diff options
Diffstat (limited to 'configmgr/source/parsemanager.cxx')
-rw-r--r-- | configmgr/source/parsemanager.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx index 70864db26d7f..10837c59c944 100644 --- a/configmgr/source/parsemanager.cxx +++ b/configmgr/source/parsemanager.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <set> -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "sal/types.h" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <sal/types.h> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "parsemanager.hxx" #include "parser.hxx" |