Skip to content
Snippets Groups Projects
Commit 0c3a1f52 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[BL] cleaned up includes

parent 581bea22
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
}
......
......@@ -7,6 +7,7 @@
*
*/
#include <logog/include/logog.hpp>
#include "ConfigTreeNew.h"
namespace BaseLib
......
......@@ -8,6 +8,7 @@
*/
#include <boost/property_tree/xml_parser.hpp>
#include <logog/include/logog.hpp>
#include "ConfigTreeUtil.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment