aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.am2
-rw-r--r--src/config/ConfigFile.cxx2
-rw-r--r--src/config/ConfigGlobal.cxx2
-rw-r--r--src/config/Data.hxx (renamed from src/config/ConfigData.hxx)0
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e3e4358d9..b027c9c88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/src/config/ConfigFile.cxx b/src/config/ConfigFile.cxx
index da4613010..75a782bfe 100644
--- a/src/config/ConfigFile.cxx
+++ b/src/config/ConfigFile.cxx
@@ -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"
diff --git a/src/config/ConfigGlobal.cxx b/src/config/ConfigGlobal.cxx
index 8efa2129d..322c800da 100644
--- a/src/config/ConfigGlobal.cxx
+++ b/src/config/ConfigGlobal.cxx
@@ -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"
diff --git a/src/config/ConfigData.hxx b/src/config/Data.hxx
index a79836324..a79836324 100644
--- a/src/config/ConfigData.hxx
+++ b/src/config/Data.hxx