summaryrefslogtreecommitdiff
path: root/test/test_queue_priority.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-02 13:45:43 +0200
committerMax Kellermann <max@musicpd.org>2018-08-02 13:51:18 +0200
commit90201e997085f04f5ac28333d2fbc70fbd6809f0 (patch)
tree932ba5f3618bc1efda878164e33bd3e6fd2f4d74 /test/test_queue_priority.cxx
parenta31da51fd9bd215645b9cabce5fefa449ca14c90 (diff)
DetachedSong, db/LightSong, SongFilter: move to src/song/
Diffstat (limited to 'test/test_queue_priority.cxx')
-rw-r--r--test/test_queue_priority.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_queue_priority.cxx b/test/test_queue_priority.cxx
index 3282b4219..a3418093c 100644
--- a/test/test_queue_priority.cxx
+++ b/test/test_queue_priority.cxx
@@ -1,6 +1,6 @@
#include "config.h"
#include "queue/Queue.hxx"
-#include "DetachedSong.hxx"
+#include "song/DetachedSong.hxx"
#include "util/Macros.hxx"
#include <cppunit/TestFixture.h>