aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_text_file.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
commit197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch)
treee5889c528790eeddc6e98fdce4c87d34cdd1f588 /test/dump_text_file.cxx
parent129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff)
downloadmpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.gz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.xz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.zip
Config*: move to config/
Diffstat (limited to 'test/dump_text_file.cxx')
-rw-r--r--test/dump_text_file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx
index 581bb8829..5ce5e9da4 100644
--- a/test/dump_text_file.cxx
+++ b/test/dump_text_file.cxx
@@ -21,7 +21,7 @@
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "InputStream.hxx"
-#include "ConfigGlobal.hxx"
+#include "config/ConfigGlobal.hxx"
#include "stdbin.h"
#include "TextInputStream.hxx"
#include "util/Error.hxx"