From 0c3a1f523c47e177cd7534556ccdf8c501c926fc Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Mon, 25 Jan 2016 15:24:02 +0100
Subject: [PATCH] [BL] cleaned up includes

---
 BaseLib/ConfigTreeNew-impl.h | 3 ---
 BaseLib/ConfigTreeNew.cpp    | 1 +
 BaseLib/ConfigTreeUtil.cpp   | 1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/BaseLib/ConfigTreeNew-impl.h b/BaseLib/ConfigTreeNew-impl.h
index 17702fd57c7..7b3fbda29ab 100644
--- a/BaseLib/ConfigTreeNew-impl.h
+++ b/BaseLib/ConfigTreeNew-impl.h
@@ -9,8 +9,6 @@
 
 #include "ConfigTreeNew.h"
 
-#include <logog/include/logog.hpp>
-
 namespace BaseLib
 {
 
@@ -123,7 +121,6 @@ T
 ConfigTreeNew::
 getValue() const
 {
-    // TODO test this
     if (_have_read_data) {
         error("The data of this subtree has already been read.");
     }
diff --git a/BaseLib/ConfigTreeNew.cpp b/BaseLib/ConfigTreeNew.cpp
index efe6f7a31d8..edee21f2b7a 100644
--- a/BaseLib/ConfigTreeNew.cpp
+++ b/BaseLib/ConfigTreeNew.cpp
@@ -7,6 +7,7 @@
  *
  */
 
+#include <logog/include/logog.hpp>
 #include "ConfigTreeNew.h"
 
 namespace BaseLib
diff --git a/BaseLib/ConfigTreeUtil.cpp b/BaseLib/ConfigTreeUtil.cpp
index 6626af0f9b8..12b3904dede 100644
--- a/BaseLib/ConfigTreeUtil.cpp
+++ b/BaseLib/ConfigTreeUtil.cpp
@@ -8,6 +8,7 @@
  */
 
 #include <boost/property_tree/xml_parser.hpp>
+#include <logog/include/logog.hpp>
 
 #include "ConfigTreeUtil.h"
 
-- 
GitLab