Config*: move to config/

This commit is contained in:
Max Kellermann
2014-01-24 00:20:01 +01:00
parent 129eb178eb
commit 197b503f3e
80 changed files with 111 additions and 111 deletions

View File

@@ -24,7 +24,7 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "AudioFormat.hxx"
#include "ConfigData.hxx"
#include "config/ConfigData.hxx"
#include <assert.h>

View File

@@ -40,8 +40,8 @@
*/
#include "config.h"
#include "ConfigError.hxx"
#include "ConfigData.hxx"
#include "config/ConfigError.hxx"
#include "config/ConfigData.hxx"
#include "AudioFormat.hxx"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"