diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-02-27 10:24:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-28 09:30:01 +0100 |
commit | 88156ea385e4d81c41a4a46157029671bb019751 (patch) | |
tree | 06ebb2adf422e5bf473f1b2922d397fc66f1f6cc /l10ntools/source/xrmlex.l | |
parent | 0d0119efd526c17018044a805347d5bce195065a (diff) |
loplugin:includeform
Change-Id: Id2c44c104a417feba152d4af43caca561f3432bf
Reviewed-on: https://gerrit.libreoffice.org/68465
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r-- | l10ntools/source/xrmlex.l | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l index 8ecd4c0cec78..c4d18337c5ad 100644 --- a/l10ntools/source/xrmlex.l +++ b/l10ntools/source/xrmlex.l @@ -23,7 +23,7 @@ * lexer for parsing xml-property source files (*.xml) */ -#include "sal/config.h" +#include <sal/config.h> /* enlarge token buffer to tokenize whole strings */ #undef YYLMAX @@ -38,12 +38,12 @@ #endif /* table of possible token ids */ -#include "tokens.h" -#include "xrmlex.hxx" +#include <tokens.h> +#include <xrmlex.hxx> #include <stdlib.h> #include <stdio.h> -#include "sal/main.h" +#include <sal/main.h> #define YY_NO_UNISTD_H |