diff options
Diffstat (limited to '')
-rw-r--r-- | test/run_output.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index c18451e10..de2152337 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -21,9 +21,9 @@ #include "output/OutputControl.hxx" #include "output/OutputInternal.hxx" #include "output/OutputPlugin.hxx" -#include "ConfigData.hxx" -#include "ConfigGlobal.hxx" -#include "ConfigOption.hxx" +#include "config/ConfigData.hxx" +#include "config/ConfigGlobal.hxx" +#include "config/ConfigOption.hxx" #include "Idle.hxx" #include "Main.hxx" #include "event/Loop.hxx" |