From cef14b816aee25ce8a59a2200900989523372996 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Mon, 13 Jun 2016 20:58:33 -0700 Subject: tdf#42949: clean up includes in include/filter with iwyu Change-Id: Id08a999764bfeeff3bb3409b46f48b278009ccbe Reviewed-on: https://gerrit.libreoffice.org/26238 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/filter/ww8/ww8graf.cxx | 1 + sw/source/filter/ww8/ww8toolbar.cxx | 1 + sw/source/filter/ww8/ww8toolbar.hxx | 1 + 3 files changed, 3 insertions(+) (limited to 'sw/source') diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 9d7c88de6003..08dffb112386 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -94,6 +94,7 @@ #include #include #include +#include using ::editeng::SvxBorderLine; using namespace ::com::sun::star; diff --git a/sw/source/filter/ww8/ww8toolbar.cxx b/sw/source/filter/ww8/ww8toolbar.cxx index 85480f5b0e45..2377f21d0317 100644 --- a/sw/source/filter/ww8/ww8toolbar.cxx +++ b/sw/source/filter/ww8/ww8toolbar.cxx @@ -11,6 +11,7 @@ #include "ww8scan.hxx" #include #include +#include #include #include #include diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx index dce6ea9e053c..75cfb29e0880 100644 --- a/sw/source/filter/ww8/ww8toolbar.hxx +++ b/sw/source/filter/ww8/ww8toolbar.hxx @@ -9,6 +9,7 @@ #ifndef INCLUDED_SW_SOURCE_FILTER_WW8_WW8TOOLBAR_HXX #define INCLUDED_SW_SOURCE_FILTER_WW8_WW8TOOLBAR_HXX +#include #include class Xst : public TBBase -- cgit