aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:14:25 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:23:02 +0100
commitfe85fa3bea023df887811d4dc28dc51b7894525a (patch)
treef279de257c0b447c78fa5f11c152639dfb7182e1 /src/input
parent76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (diff)
downloadmpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.gz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.xz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.zip
ConfigData: move struct config_param to Param.hxx
Diffstat (limited to '')
-rw-r--r--src/input/Init.cxx2
-rw-r--r--src/input/plugins/CdioParanoiaInputPlugin.cxx2
-rw-r--r--src/input/plugins/CurlInputPlugin.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/input/Init.cxx b/src/input/Init.cxx
index b29d76f22..9fbef934e 100644
--- a/src/input/Init.cxx
+++ b/src/input/Init.cxx
@@ -24,7 +24,7 @@
#include "util/Error.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigOption.hxx"
-#include "config/ConfigData.hxx"
+#include "config/Param.hxx"
#include "Log.hxx"
#include <assert.h>
diff --git a/src/input/plugins/CdioParanoiaInputPlugin.cxx b/src/input/plugins/CdioParanoiaInputPlugin.cxx
index f15551647..026d43077 100644
--- a/src/input/plugins/CdioParanoiaInputPlugin.cxx
+++ b/src/input/plugins/CdioParanoiaInputPlugin.cxx
@@ -31,7 +31,7 @@
#include "system/ByteOrder.hxx"
#include "fs/AllocatedPath.hxx"
#include "Log.hxx"
-#include "config/ConfigData.hxx"
+#include "config/Param.hxx"
#include "config/ConfigError.hxx"
#include <stdio.h>
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx
index e6fb1140e..a055d0bf6 100644
--- a/src/input/plugins/CurlInputPlugin.cxx
+++ b/src/input/plugins/CurlInputPlugin.cxx
@@ -23,7 +23,7 @@
#include "../IcyInputStream.hxx"
#include "../InputPlugin.hxx"
#include "config/ConfigGlobal.hxx"
-#include "config/ConfigData.hxx"
+#include "config/Param.hxx"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
#include "event/SocketMonitor.hxx"