From cd4344d3bdef631b3e64ac12a9e64bc9670c1b7c Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 26 Apr 2017 08:39:39 +0200 Subject: [PATCH] RTF export: restore build-time test for self-containing headers If the "own" header is not the first one, the compiler no longer ensures that these headers are self-contained. Change-Id: I436428213e02482e6b6f21cd4e3c2ed04a7b4020 --- sw/source/filter/ww8/rtfattributeoutput.cxx | 2 +- sw/source/filter/ww8/rtfsdrexport.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 4bd9ad0598f0..2f78e3977b26 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include "rtfattributeoutput.hxx" +#include #include #include "rtfsdrexport.hxx" #include "writerwordglue.hxx" diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx index d94902c275dd..1bf856b760b5 100644 --- a/sw/source/filter/ww8/rtfsdrexport.cxx +++ b/sw/source/filter/ww8/rtfsdrexport.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include "rtfsdrexport.hxx" +#include #include "rtfattributeoutput.hxx" #include #include