From 197b503f3ecbf68191b37a7c5fb9c25e975059ce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 00:20:01 +0100 Subject: Config*: move to config/ --- src/playlist/PlaylistRegistry.cxx | 4 ++-- src/playlist/plugins/SoundCloudPlaylistPlugin.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/playlist') diff --git a/src/playlist/PlaylistRegistry.cxx b/src/playlist/PlaylistRegistry.cxx index 94244f14c..7e80d8d8e 100644 --- a/src/playlist/PlaylistRegistry.cxx +++ b/src/playlist/PlaylistRegistry.cxx @@ -35,8 +35,8 @@ #include "util/StringUtil.hxx" #include "util/Error.hxx" #include "util/Macros.hxx" -#include "ConfigGlobal.hxx" -#include "ConfigData.hxx" +#include "config/ConfigGlobal.hxx" +#include "config/ConfigData.hxx" #include "system/FatalError.hxx" #include "Log.hxx" diff --git a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx index fac052d19..62936ced5 100644 --- a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx +++ b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx @@ -21,7 +21,7 @@ #include "SoundCloudPlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx" #include "../MemorySongEnumerator.hxx" -#include "ConfigData.hxx" +#include "config/ConfigData.hxx" #include "InputStream.hxx" #include "tag/TagBuilder.hxx" #include "util/StringUtil.hxx" -- cgit v1.2.3