ConfigData: move struct config_param to Param.hxx

This commit is contained in:
Max Kellermann
2015-01-21 21:14:25 +01:00
parent 76b7882f33
commit fe85fa3bea
40 changed files with 144 additions and 114 deletions

View File

@@ -21,7 +21,7 @@
#include "FilterConfig.hxx"
#include "plugins/ChainFilterPlugin.hxx"
#include "FilterPlugin.hxx"
#include "config/ConfigData.hxx"
#include "config/Param.hxx"
#include "config/ConfigOption.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigError.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "FilterPlugin.hxx"
#include "FilterRegistry.hxx"
#include "config/ConfigData.hxx"
#include "config/Param.hxx"
#include "config/ConfigError.hxx"
#include "util/Error.hxx"

View File

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

View File

@@ -41,7 +41,7 @@
#include "config.h"
#include "config/ConfigError.hxx"
#include "config/ConfigData.hxx"
#include "config/Param.hxx"
#include "AudioFormat.hxx"
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"