Kaydet (Commit) 88156ea3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform

Change-Id: Id2c44c104a417feba152d4af43caca561f3432bf
Reviewed-on: https://gerrit.libreoffice.org/68465
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 0d0119ef
......@@ -24,7 +24,7 @@
* scanner.ll - Lexical scanner for IDLC 1.0
*/
#include "sal/config.h"
#include <sal/config.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -23,7 +23,7 @@
* lexer for parsing cfg source files
*/
#include "sal/config.h"
#include <sal/config.h>
/* enlarge token buffer to tokenize whole strings */
#undef YYLMAX
......@@ -38,13 +38,13 @@
#endif
/* table of possible token ids */
#include "tokens.h"
#include <tokens.h>
#include <stdlib.h>
#include <stdio.h>
#include "sal/main.h"
#include <sal/main.h>
#include "cfglex.hxx"
#include <cfglex.hxx>
#define YY_NO_UNISTD_H
......
......@@ -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
......
......@@ -30,15 +30,15 @@
%{
#include "rtl/math.h"
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "rtl/textenc.h"
#include "sal/types.h"
#include <rtl/math.h>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <rtl/textenc.h>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
#include "sourceprovider-parser.hxx"
#include <sourceprovider-parser.hxx>
#include "sourceprovider-scanner.hxx"
namespace unoidl { namespace detail {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment