diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index a36f233070ae..5139102888a9 100644 --- a/sw/source/filter/ww8/rtfexport.cxx +++ b/sw/source/filter/ww8/rtfexport.cxx @@ -27,61 +27,39 @@ * ************************************************************************/ -#include "rtfexport.hxx" #include "rtfexportfilter.hxx" #include "rtfsdrexport.hxx" #include "rtfattributeoutput.hxx" #include -#include #include -#include -#include -#include -#include -#include -#include -#include - -#include #include #include -#include -#include -#include #include -#include #include #include #include -#include #include #include #include -#include #include #include #include #include #include -#include #include #include #include #include #include -#include #include #include #include "ww8par.hxx" -#include "ww8scan.hxx" #include -#include -#include #include #include diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx index a64beaad9e23..3759f318306d 100644 --- a/sw/source/filter/ww8/rtfexport.hxx +++ b/sw/source/filter/ww8/rtfexport.hxx @@ -30,14 +30,8 @@ #ifndef _RTFEXPORT_HXX_ #define _RTFEXPORT_HXX_ -#include #include "wrtww8.hxx" -#include - -#include -#include - class RtfAttributeOutput; class RtfExportFilter; class RtfSdrExport;