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/Main.cxx | |
parent | 4bef0a1e62602a79764d9867b7fcf11dd940edbe (diff) | |
download | mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.gz mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.xz mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.zip |
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index cd6392d58..d05a95947 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -21,6 +21,7 @@ #include "Main.hxx" #include "CommandLine.hxx" #include "PlaylistFile.hxx" +#include "PlaylistGlobal.hxx" #include "UpdateGlue.hxx" #include "MusicChunk.hxx" #include "StateFile.hxx" |