diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:23:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:23:37 +0100 |
commit | b5e1bd5705842fe73bbb12e5ff771e42e10cb004 (patch) | |
tree | 729897f673c716e5b251b7308b8cfc81f94a2037 /src/PlaylistGlobal.cxx | |
parent | 4bef0a1e62602a79764d9867b7fcf11dd940edbe (diff) |
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Diffstat (limited to 'src/PlaylistGlobal.cxx')
-rw-r--r-- | src/PlaylistGlobal.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlaylistGlobal.cxx b/src/PlaylistGlobal.cxx index 8490392ea..1a5f11410 100644 --- a/src/PlaylistGlobal.cxx +++ b/src/PlaylistGlobal.cxx @@ -23,6 +23,7 @@ */ #include "config.h" +#include "PlaylistGlobal.hxx" #include "Playlist.hxx" #include "Main.hxx" #include "Partition.hxx" |