From 67e1e2ee40dba196f706afb43d0379b29c3c0f42 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 3 Jan 2018 21:06:56 +0100 Subject: tdf#42949 Fix some more Include What You Use warnings Change-Id: I2040315707674dc99a37aedb96ac61dca274c13a Reviewed-on: https://gerrit.libreoffice.org/47348 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/source/filter/ww8/rtfattributeoutput.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx') diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx index 66393e9525f3..a29621aa42d7 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.hxx +++ b/sw/source/filter/ww8/rtfattributeoutput.hxx @@ -24,17 +24,16 @@ #include #include "attributeoutputbase.hxx" -#include "rtfexport.hxx" #include "rtfstringbuffer.hxx" #include -#include #include class SwGrfNode; class SwOLENode; class SwFlyFrameFormat; +class RtfExport; /// The class that has handlers for various resource types when exporting as RTF class RtfAttributeOutput : public AttributeOutputBase -- cgit