aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag
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 /src/tag
parent129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff)
downloadmpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.gz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.xz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.zip
Config*: move to config/
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/TagConfig.cxx4
-rw-r--r--src/tag/TagId3.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tag/TagConfig.cxx b/src/tag/TagConfig.cxx
index cfdd2e1eb..3e941c8d9 100644
--- a/src/tag/TagConfig.cxx
+++ b/src/tag/TagConfig.cxx
@@ -21,8 +21,8 @@
#include "TagConfig.hxx"
#include "TagSettings.h"
#include "Tag.hxx"
-#include "ConfigGlobal.hxx"
-#include "ConfigOption.hxx"
+#include "config/ConfigGlobal.hxx"
+#include "config/ConfigOption.hxx"
#include "system/FatalError.hxx"
#include "util/Alloc.hxx"
#include "util/ASCII.hxx"
diff --git a/src/tag/TagId3.cxx b/src/tag/TagId3.cxx
index 459692e79..4ecd4baa6 100644
--- a/src/tag/TagId3.cxx
+++ b/src/tag/TagId3.cxx
@@ -25,7 +25,7 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
-#include "ConfigGlobal.hxx"
+#include "config/ConfigGlobal.hxx"
#include "Riff.hxx"
#include "Aiff.hxx"
#include "fs/Path.hxx"