From 24e56929445f0e3e22c7129bf18e912ae1ac6fc1 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Tue, 3 May 2016 23:11:01 -0700 Subject: tdf#42949: clean up includes in include/oox/dump with iwyu Additionally, include cmath instead of math.h in dumperbase.hxx. Change-Id: I0ee7158c86bdf266c783340bcf891aff44399066 Reviewed-on: https://gerrit.libreoffice.org/24632 Tested-by: Jenkins Reviewed-by: Michael Stahl --- include/oox/dump/pptxdumper.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/oox/dump/pptxdumper.hxx') diff --git a/include/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx index 9b0a14857b32..0660447da84a 100644 --- a/include/oox/dump/pptxdumper.hxx +++ b/include/oox/dump/pptxdumper.hxx @@ -20,10 +20,19 @@ #ifndef INCLUDED_OOX_DUMP_PPTXDUMPER_HXX #define INCLUDED_OOX_DUMP_PPTXDUMPER_HXX +#include #include +#include #if OOX_INCLUDE_DUMPER +namespace com { namespace sun { namespace star { + namespace io { class XInputStream; } + namespace uno { class XComponentContext; } +} } } + +namespace oox { namespace core { class FilterBase; } } + namespace oox { namespace dump { namespace pptx { -- cgit