summaryrefslogtreecommitdiff
path: root/src/SongUpdate.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 /src/SongUpdate.cxx
parenta31da51fd9bd215645b9cabce5fefa449ca14c90 (diff)
DetachedSong, db/LightSong, SongFilter: move to src/song/
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index 5738955b3..cf089f96e 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h" /* must be first for large file support */
-#include "DetachedSong.hxx"
+#include "song/DetachedSong.hxx"
#include "db/plugins/simple/Song.hxx"
#include "db/plugins/simple/Directory.hxx"
#include "storage/StorageInterface.hxx"