ConfigData: rename header file

This commit is contained in:
Max Kellermann 2015-01-21 21:49:09 +01:00
parent 6ed209bbf3
commit f80ab6a7a2
4 changed files with 3 additions and 3 deletions

View File

@ -769,7 +769,7 @@ endif
libconf_a_SOURCES = \
src/config/ConfigDefaults.hxx \
src/config/ConfigPath.cxx src/config/ConfigPath.hxx \
src/config/ConfigData.hxx \
src/config/Data.hxx \
src/config/Block.cxx src/config/Block.hxx \
src/config/Param.cxx src/config/Param.hxx \
src/config/ConfigParser.cxx src/config/ConfigParser.hxx \

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "ConfigFile.hxx"
#include "ConfigData.hxx"
#include "Data.hxx"
#include "Param.hxx"
#include "ConfigTemplates.hxx"
#include "util/Tokenizer.hxx"

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "ConfigGlobal.hxx"
#include "ConfigParser.hxx"
#include "ConfigData.hxx"
#include "Data.hxx"
#include "Param.hxx"
#include "ConfigFile.hxx"
#include "ConfigPath.hxx"