sw/source/filter/ww8/rtfexport.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 53947050095fd98ddf3ed88d177ae894f2a51afe Author: Miklos Vajna <[email protected]> AuthorDate: Fri Sep 24 14:25:12 2021 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Sep 24 16:49:31 2021 +0200 sw: make sure own header is the first in rtfexport So that we have a build-time test that the header is self-contained. Change-Id: I23d288dbef2baa2b277b691271592a9a17dbaa6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122586 Tested-by: Jenkins Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index 46a0d367c2ca..299b7d105754 100644 --- a/sw/source/filter/ww8/rtfexport.cxx +++ b/sw/source/filter/ww8/rtfexport.cxx @@ -19,10 +19,10 @@ #include <sal/config.h> -#include <string_view> - #include "rtfexport.hxx" +#include <string_view> + #include "rtfexportfilter.hxx" #include "rtfsdrexport.hxx" #include "rtfattributeoutput.hxx"
