diff options
Diffstat (limited to 'configmgr/source/xcsparser.hxx')
-rw-r--r-- | configmgr/source/xcsparser.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xcsparser.hxx b/configmgr/source/xcsparser.hxx index fcf56556306f..b83ffd1a5a0f 100644 --- a/configmgr/source/xcsparser.hxx +++ b/configmgr/source/xcsparser.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XCSPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_XCSPARSER_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 "node.hxx" #include "parser.hxx" |