Commit f80ab6a7 authored by Max Kellermann's avatar Max Kellermann

ConfigData: rename header file

parent 6ed209bb
...@@ -769,7 +769,7 @@ endif ...@@ -769,7 +769,7 @@ endif
libconf_a_SOURCES = \ libconf_a_SOURCES = \
src/config/ConfigDefaults.hxx \ src/config/ConfigDefaults.hxx \
src/config/ConfigPath.cxx src/config/ConfigPath.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/Block.cxx src/config/Block.hxx \
src/config/Param.cxx src/config/Param.hxx \ src/config/Param.cxx src/config/Param.hxx \
src/config/ConfigParser.cxx src/config/ConfigParser.hxx \ src/config/ConfigParser.cxx src/config/ConfigParser.hxx \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "ConfigFile.hxx" #include "ConfigFile.hxx"
#include "ConfigData.hxx" #include "Data.hxx"
#include "Param.hxx" #include "Param.hxx"
#include "ConfigTemplates.hxx" #include "ConfigTemplates.hxx"
#include "util/Tokenizer.hxx" #include "util/Tokenizer.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "ConfigGlobal.hxx" #include "ConfigGlobal.hxx"
#include "ConfigParser.hxx" #include "ConfigParser.hxx"
#include "ConfigData.hxx" #include "Data.hxx"
#include "Param.hxx" #include "Param.hxx"
#include "ConfigFile.hxx" #include "ConfigFile.hxx"
#include "ConfigPath.hxx" #include "ConfigPath.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment