diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
commit | 9605e24655dbb0d67b34e0be7aa71e621f3ae415 (patch) | |
tree | e648cdddf0eca06d7361fcb689b1d3198639fe01 /src/PlaylistFile.cxx | |
parent | 7d0269d2cec68c7e55df5b6db3d2266741534b17 (diff) | |
download | mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.gz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.xz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.zip |
conf.h: move constants to ConfigDefaults.hxx
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r-- | src/PlaylistFile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index c05558fe3..c0413687f 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -28,6 +28,7 @@ #include "Mapper.hxx" #include "TextFile.hxx" #include "conf.h" +#include "ConfigDefaults.hxx" #include "Idle.hxx" #include "fs/Path.hxx" #include "fs/FileSystem.hxx" |