aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistSong.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 17:34:51 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 17:34:51 +0100
commitf2510d60fad1c5811fba3d253ef1c8dabb712304 (patch)
tree3e887917e201913ad14d8455497976672f9bd687 /src/PlaylistSong.cxx
parent1e0ea57dc4a75f846dc417996a3ec7bd18112098 (diff)
ls.h: rename to ls.hxx
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r--src/PlaylistSong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx
index 6bdb164f..4bfcc596 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"
}