From 88156ea385e4d81c41a4a46157029671bb019751 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Feb 2019 10:24:52 +0100 Subject: loplugin:includeform Change-Id: Id2c44c104a417feba152d4af43caca561f3432bf Reviewed-on: https://gerrit.libreoffice.org/68465 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- l10ntools/source/cfglex.l | 8 ++++---- l10ntools/source/xrmlex.l | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l index 50f22421a027..f5fc2280dfe2 100644 --- a/l10ntools/source/cfglex.l +++ b/l10ntools/source/cfglex.l @@ -23,7 +23,7 @@ * lexer for parsing cfg source files */ -#include "sal/config.h" +#include /* enlarge token buffer to tokenize whole strings */ #undef YYLMAX @@ -38,13 +38,13 @@ #endif /* table of possible token ids */ -#include "tokens.h" +#include #include #include -#include "sal/main.h" +#include -#include "cfglex.hxx" +#include #define YY_NO_UNISTD_H 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 /* 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 +#include #include #include -#include "sal/main.h" +#include #define YY_NO_UNISTD_H -- cgit