diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-16 19:50:07 +0200 |
commit | 816603fd9a3cdc78ce27379a733160b7677ced69 (patch) | |
tree | 64ca5529be1090738819b93fe1cf4e7e7a044c6e /src/queue | |
parent | bf5f12a51f6ea275582f31835ebe894ee0454bc9 (diff) |
config/Config*: rename files, drop "Config" prefix
Diffstat (limited to 'src/queue')
-rw-r--r-- | src/queue/PlaylistState.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/queue/PlaylistState.cxx b/src/queue/PlaylistState.cxx index bb916f2c7..20668c5b0 100644 --- a/src/queue/PlaylistState.cxx +++ b/src/queue/PlaylistState.cxx @@ -31,8 +31,8 @@ #include "fs/io/TextFile.hxx" #include "fs/io/BufferedOutputStream.hxx" #include "player/Control.hxx" -#include "config/ConfigGlobal.hxx" -#include "config/ConfigOption.hxx" +#include "config/Global.hxx" +#include "config/Option.hxx" #include "util/CharUtil.hxx" #include "util/StringAPI.hxx" #include "util/StringCompare.hxx" |