diff options
Diffstat (limited to 'configmgr/source/xcuparser.hxx')
-rw-r--r-- | configmgr/source/xcuparser.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xcuparser.hxx b/configmgr/source/xcuparser.hxx index 726fc17e6945..4526478c0804 100644 --- a/configmgr/source/xcuparser.hxx +++ b/configmgr/source/xcuparser.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XCUPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_XCUPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <stack> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/xmlreader.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/xmlreader.hxx> #include "additions.hxx" #include "node.hxx" |