From 9124cfd6450ba2ca8929cdbf763640fa263922c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:40:54 +0200 Subject: loplugin:includeform: hwpfilter Change-Id: I698761540c868b0448be47ffccf663972664f76b --- hwpfilter/source/fontmap.cxx | 2 +- hwpfilter/source/hinfo.h | 2 +- hwpfilter/source/hpara.h | 6 +++--- hwpfilter/source/hstyle.h | 4 ++-- hwpfilter/source/lexer.cxx | 2 +- hwpfilter/source/mapping.h | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/fontmap.cxx b/hwpfilter/source/fontmap.cxx index 003001308412..874d8d20579e 100644 --- a/hwpfilter/source/fontmap.cxx +++ b/hwpfilter/source/fontmap.cxx @@ -25,7 +25,7 @@ #endif #include -#include +#include "fontmap.hxx" struct FontEntry { diff --git a/hwpfilter/source/hinfo.h b/hwpfilter/source/hinfo.h index 61ff7b9d442f..049082e39e28 100644 --- a/hwpfilter/source/hinfo.h +++ b/hwpfilter/source/hinfo.h @@ -21,7 +21,7 @@ #define INCLUDED_HWPFILTER_SOURCE_HINFO_H #include "hwplib.h" -#include "string.h" +#include #include #include diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h index 894e81ffd137..06ba6e3a5ecc 100644 --- a/hwpfilter/source/hpara.h +++ b/hwpfilter/source/hpara.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_HWPFILTER_SOURCE_HPARA_H #define INCLUDED_HWPFILTER_SOURCE_HPARA_H -#include -#include -#include +#include "hwplib.h" +#include "hwpfile.h" +#include "hinfo.h" #include struct HBox; diff --git a/hwpfilter/source/hstyle.h b/hwpfilter/source/hstyle.h index 98b38a4a1840..66fa09634afb 100644 --- a/hwpfilter/source/hstyle.h +++ b/hwpfilter/source/hstyle.h @@ -23,8 +23,8 @@ #include #include -#include -#include +#include "hwplib.h" +#include "hinfo.h" /** * @short Using for global style object like "Standard" */ diff --git a/hwpfilter/source/lexer.cxx b/hwpfilter/source/lexer.cxx index 509ab1f14e04..61ae1f5c3f01 100644 --- a/hwpfilter/source/lexer.cxx +++ b/hwpfilter/source/lexer.cxx @@ -998,7 +998,7 @@ YY_MALLOC_DECL #endif #endif -#include +#include "lexer.hxx" /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE diff --git a/hwpfilter/source/mapping.h b/hwpfilter/source/mapping.h index 6a6fb8a912f4..2b573cb80e8b 100644 --- a/hwpfilter/source/mapping.h +++ b/hwpfilter/source/mapping.h @@ -24,7 +24,7 @@ #include #include -#include +#include "hwplib.h" struct FormulaEntry{ -- cgit