diff options
Diffstat (limited to 'configmgr/source/data.cxx')
-rw-r--r-- | configmgr/source/data.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx index 6eb2d5902db3..cf6b500cc567 100644 --- a/configmgr/source/data.cxx +++ b/configmgr/source/data.cxx @@ -22,9 +22,7 @@ #include <algorithm> #include <cassert> -#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> -#include <com/sun/star/uno/XInterface.hpp> #include <rtl/ref.hxx> #include <rtl/string.h> #include <rtl/ustrbuf.hxx> @@ -35,7 +33,6 @@ #include "additions.hxx" #include "data.hxx" -#include "groupnode.hxx" #include "node.hxx" #include "nodemap.hxx" #include "rootnode.hxx" |