diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistState.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistState.cxx b/src/PlaylistState.cxx index e727ecd1f..4a4e37345 100644 --- a/src/PlaylistState.cxx +++ b/src/PlaylistState.cxx @@ -29,8 +29,8 @@ #include "queue/QueueSave.hxx" #include "fs/TextFile.hxx" #include "PlayerControl.hxx" -#include "ConfigGlobal.hxx" -#include "ConfigOption.hxx" +#include "config/ConfigGlobal.hxx" +#include "config/ConfigOption.hxx" #include "fs/Limits.hxx" #include "util/CharUtil.hxx" #include "util/StringUtil.hxx" |