ConfigData: rename header file
This commit is contained in:
parent
6ed209bbf3
commit
f80ab6a7a2
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue