diff options
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r-- | l10ntools/source/cfgmerge.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index 8e4868471f01..60e05d1863ad 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "cfglex.hxx" -#include "common.hxx" +#include <cfglex.hxx> +#include <common.hxx> #include <cstdio> #include <cstdlib> #include <cstring> #include <memory> -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> -#include "helper.hxx" -#include "export.hxx" -#include "cfgmerge.hxx" -#include "tokens.h" +#include <helper.hxx> +#include <export.hxx> +#include <cfgmerge.hxx> +#include <tokens.h> void yyerror(char const *); |