diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
commit | 197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch) | |
tree | e5889c528790eeddc6e98fdce4c87d34cdd1f588 /src/LogInit.cxx | |
parent | 129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff) |
Config*: move to config/
Diffstat (limited to 'src/LogInit.cxx')
-rw-r--r-- | src/LogInit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LogInit.cxx b/src/LogInit.cxx index 0b781da23..2a5d4d7c5 100644 --- a/src/LogInit.cxx +++ b/src/LogInit.cxx @@ -21,9 +21,9 @@ #include "LogInit.hxx" #include "LogBackend.hxx" #include "Log.hxx" -#include "ConfigData.hxx" -#include "ConfigGlobal.hxx" -#include "ConfigOption.hxx" +#include "config/ConfigData.hxx" +#include "config/ConfigGlobal.hxx" +#include "config/ConfigOption.hxx" #include "system/FatalError.hxx" #include "fs/AllocatedPath.hxx" #include "fs/FileSystem.hxx" |