diff options
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r-- | src/PlaylistSong.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 6bdb164fd..4bfcc5969 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -22,12 +22,12 @@ #include "Mapper.hxx" #include "DatabasePlugin.hxx" #include "DatabaseGlue.hxx" +#include "ls.hxx" extern "C" { #include "song.h" #include "uri.h" #include "path.h" -#include "ls.h" #include "tag.h" } |