summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-16 19:50:07 +0200
committerMax Kellermann <max@musicpd.org>2018-07-16 19:50:07 +0200
commit816603fd9a3cdc78ce27379a733160b7677ced69 (patch)
tree64ca5529be1090738819b93fe1cf4e7e7a044c6e /src/CommandLine.cxx
parentbf5f12a51f6ea275582f31835ebe894ee0454bc9 (diff)
config/Config*: rename files, drop "Config" prefix
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 22f579c49..27224a41d 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -22,7 +22,7 @@
#include "ls.hxx"
#include "LogInit.hxx"
#include "Log.hxx"
-#include "config/ConfigGlobal.hxx"
+#include "config/Global.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "output/Registry.hxx"