loplugin:includeform
Change-Id: Id2c44c104a417feba152d4af43caca561f3432bf Reviewed-on: https://gerrit.libreoffice.org/68465 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
* scanner.ll - Lexical scanner for IDLC 1.0
|
* scanner.ll - Lexical scanner for IDLC 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sal/config.h"
|
#include <sal/config.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* lexer for parsing cfg source files
|
* lexer for parsing cfg source files
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sal/config.h"
|
#include <sal/config.h>
|
||||||
|
|
||||||
/* enlarge token buffer to tokenize whole strings */
|
/* enlarge token buffer to tokenize whole strings */
|
||||||
#undef YYLMAX
|
#undef YYLMAX
|
||||||
@@ -38,13 +38,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* table of possible token ids */
|
/* table of possible token ids */
|
||||||
#include "tokens.h"
|
#include <tokens.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "sal/main.h"
|
#include <sal/main.h>
|
||||||
|
|
||||||
#include "cfglex.hxx"
|
#include <cfglex.hxx>
|
||||||
|
|
||||||
#define YY_NO_UNISTD_H
|
#define YY_NO_UNISTD_H
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* lexer for parsing xml-property source files (*.xml)
|
* lexer for parsing xml-property source files (*.xml)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sal/config.h"
|
#include <sal/config.h>
|
||||||
|
|
||||||
/* enlarge token buffer to tokenize whole strings */
|
/* enlarge token buffer to tokenize whole strings */
|
||||||
#undef YYLMAX
|
#undef YYLMAX
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* table of possible token ids */
|
/* table of possible token ids */
|
||||||
#include "tokens.h"
|
#include <tokens.h>
|
||||||
#include "xrmlex.hxx"
|
#include <xrmlex.hxx>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "sal/main.h"
|
#include <sal/main.h>
|
||||||
|
|
||||||
#define YY_NO_UNISTD_H
|
#define YY_NO_UNISTD_H
|
||||||
|
|
||||||
|
@@ -30,15 +30,15 @@
|
|||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
||||||
#include "rtl/math.h"
|
#include <rtl/math.h>
|
||||||
#include "rtl/string.hxx"
|
#include <rtl/string.hxx>
|
||||||
#include "rtl/ustring.hxx"
|
#include <rtl/ustring.hxx>
|
||||||
#include "rtl/textenc.h"
|
#include <rtl/textenc.h>
|
||||||
#include "sal/types.h"
|
#include <sal/types.h>
|
||||||
#include <unoidl/unoidl.hxx>
|
#include <unoidl/unoidl.hxx>
|
||||||
|
|
||||||
#include "sourceprovider-parser-requires.hxx"
|
#include "sourceprovider-parser-requires.hxx"
|
||||||
#include "sourceprovider-parser.hxx"
|
#include <sourceprovider-parser.hxx>
|
||||||
#include "sourceprovider-scanner.hxx"
|
#include "sourceprovider-scanner.hxx"
|
||||||
|
|
||||||
namespace unoidl { namespace detail {
|
namespace unoidl { namespace detail {
|
||||||
|
Reference in New Issue
Block a user