diff options
Diffstat (limited to 'configmgr/source/groupnode.hxx')
-rw-r--r-- | configmgr/source/groupnode.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx index c3d1ee3b179f..8fbac97381af 100644 --- a/configmgr/source/groupnode.hxx +++ b/configmgr/source/groupnode.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "node.hxx" #include "nodemap.hxx" |