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

@@ -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>

View File

@@ -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>

View File

@@ -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"