diff options
Diffstat (limited to 'configmgr/source/node.hxx')
-rw-r--r-- | configmgr/source/node.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx index 6537973f7841..8bd000c7e207 100644 --- a/configmgr/source/node.hxx +++ b/configmgr/source/node.hxx @@ -25,11 +25,10 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> -#include "nodemap.hxx" - - namespace configmgr { +class NodeMap; + class Node: public salhelper::SimpleReferenceObject { public: enum Kind { |