aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagConfig.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-24 11:19:19 +0200
committerMax Kellermann <max@duempel.org>2015-08-24 11:20:45 +0200
commit2f5106c97f7c3c198650b1b6951b71c5d492aaa7 (patch)
treef50b1e762394b60029bc605705d56da326806fb6 /src/tag/TagConfig.cxx
parent0c19418e84a4db3f1e5a9ca143d5986a104a5675 (diff)
downloadmpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.gz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.xz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.zip
tag/Settings: convert to C++
Diffstat (limited to '')
-rw-r--r--src/tag/TagConfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagConfig.cxx b/src/tag/TagConfig.cxx
index de5faff32..b0e7b8ff0 100644
--- a/src/tag/TagConfig.cxx
+++ b/src/tag/TagConfig.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "TagConfig.hxx"
-#include "TagSettings.h"
+#include "Settings.hxx"
#include "Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigOption.hxx"