summaryrefslogtreecommitdiff
path: root/src/core/CSS.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-16 02:34:36 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-16 02:34:36 +0100
commitc6aa669aac80466ea287e9a27348c1068cc1f17e (patch)
treed72a74f50bf8a56ee267585635a4d7df73b9b277 /src/core/CSS.hpp
parent71346efac9d56a8753ee9032f7f96aa90fba9959 (diff)
changed paths to new location of the Managed class, adapted NodeVector and NodeMap to the slightly changed conditions in the Node class
Diffstat (limited to 'src/core/CSS.hpp')
-rw-r--r--src/core/CSS.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CSS.hpp b/src/core/CSS.hpp
index a54d956..06ddfc8 100644
--- a/src/core/CSS.hpp
+++ b/src/core/CSS.hpp
@@ -24,8 +24,8 @@
#include <tuple>
#include <core/common/Variant.hpp>
+#include <core/managed/Managed.hpp>
-#include "Managed.hpp"
#include "Node.hpp"
namespace ousia {