diff options
Diffstat (limited to 'configmgr/source/valueparser.hxx')
-rw-r--r-- | configmgr/source/valueparser.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx index 45db2db9712b..a02418ad8bbc 100644 --- a/configmgr/source/valueparser.hxx +++ b/configmgr/source/valueparser.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_VALUEPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_VALUEPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <vector> -#include "boost/noncopyable.hpp" -#include "rtl/ref.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/pad.hxx" -#include "xmlreader/xmlreader.hxx" +#include <boost/noncopyable.hpp> +#include <rtl/ref.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/pad.hxx> +#include <xmlreader/xmlreader.hxx> #include "type.hxx" |