summaryrefslogtreecommitdiff
path: root/src/queue/Queue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue/Queue.cxx')
-rw-r--r--src/queue/Queue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/Queue.cxx b/src/queue/Queue.cxx
index bae64a1e6..8251646ca 100644
--- a/src/queue/Queue.cxx
+++ b/src/queue/Queue.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "Queue.hxx"
-#include "DetachedSong.hxx"
+#include "song/DetachedSong.hxx"
Queue::Queue(unsigned _max_length) noexcept
:max_length(_max_length),