diff options
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r-- | l10ntools/source/xmlparse.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 16f6ced20ec8..3ba61be5e1a0 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -16,16 +16,16 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <iterator> /* std::iterator*/ #include <cassert> #include <stdio.h> -#include "helper.hxx" -#include "common.hxx" -#include "xmlparse.hxx" +#include <helper.hxx> +#include <common.hxx> +#include <xmlparse.hxx> #include <fstream> #include <iostream> #include <osl/thread.hxx> |