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
This commit is contained in:
Miklos Vajna 2017-04-26 08:39:39 +02:00
parent 9beed0a363
commit cd4344d3bd
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <memory>
#include "rtfattributeoutput.hxx"
#include <memory>
#include <cstring>
#include "rtfsdrexport.hxx"
#include "writerwordglue.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <memory>
#include "rtfsdrexport.hxx"
#include <memory>
#include "rtfattributeoutput.hxx"
#include <svtools/rtfkeywd.hxx>
#include <filter/msfilter/rtfutil.hxx>