aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 08:47:10 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 08:47:10 +0200
commit26d92c80ed1c1cca8b3cb1c9793c09a330c25623 (patch)
tree67be2e2ac9bc7601e8428053d868048f50212695 /src/db
parent9605e24655dbb0d67b34e0be7aa71e621f3ae415 (diff)
downloadmpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.gz
mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.xz
mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.zip
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
Diffstat (limited to 'src/db')
-rw-r--r--src/db/ProxyDatabasePlugin.cxx2
-rw-r--r--src/db/SimpleDatabasePlugin.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx
index e0af53cee..fc8ea1535 100644
--- a/src/db/ProxyDatabasePlugin.cxx
+++ b/src/db/ProxyDatabasePlugin.cxx
@@ -26,7 +26,7 @@
#include "Directory.hxx"
#include "Song.hxx"
#include "gcc.h"
-#include "conf.h"
+#include "ConfigData.hxx"
#include "Tag.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
diff --git a/src/db/SimpleDatabasePlugin.cxx b/src/db/SimpleDatabasePlugin.cxx
index 56bdc2cb7..7ba86fb38 100644
--- a/src/db/SimpleDatabasePlugin.cxx
+++ b/src/db/SimpleDatabasePlugin.cxx
@@ -27,7 +27,7 @@
#include "DatabaseLock.hxx"
#include "DatabaseError.hxx"
#include "TextFile.hxx"
-#include "conf.h"
+#include "ConfigData.hxx"
#include "fs/FileSystem.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"