From e3cf0a9d726c9d76f4938590691336fbf2e9f6d5 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 14 Nov 2014 13:52:40 +0100 Subject: Moved Managed to core and implemented managing of nodes for the CSS Style Tree. --- src/core/dom/Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/dom/Node.hpp') diff --git a/src/core/dom/Node.hpp b/src/core/dom/Node.hpp index 9c006a1..98a51d9 100644 --- a/src/core/dom/Node.hpp +++ b/src/core/dom/Node.hpp @@ -24,7 +24,7 @@ #include #include -#include "Managed.hpp" +#include namespace ousia { namespace dom { -- cgit v1.2.3