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

@@ -19,7 +19,7 @@
#include "config.h"
#include "mixer/MixerInternal.hxx"
#include "config/ConfigData.hxx"
#include "config/Param.hxx"
#include "system/fd_util.h"
#include "util/ASCII.hxx"
#include "util/Error.hxx"

View File

@@ -25,7 +25,7 @@
#include "filter/FilterInternal.hxx"
#include "filter/plugins/VolumeFilterPlugin.hxx"
#include "pcm/Volume.hxx"
#include "config/ConfigData.hxx"
#include "config/Param.hxx"
#include "util/Error.hxx"
#include <assert.h>