summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-09-17 09:26:47 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-09-17 10:53:44 +0200
commitfb4c53a1bbe57de93a92abc04736c0afdfd16170 (patch)
tree1aad7d34b7137f339f39b8be7fb41b3d92d7cf64 /writerperfect/source
parentf7df7a6efcc6fe31915e031e6dbab0ad8633ac48 (diff)
writerperfect: make sure "own" header is the first one
So that we have a build-time check that the header is self-contained. Change-Id: Idbaab48c3f4dba03c383c3c152bca47883376396 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102899 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/writer/exp/xmlimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/writer/exp/xmlimp.cxx b/writerperfect/source/writer/exp/xmlimp.cxx
index 009e1f590a9b..4654fde4204e 100644
--- a/writerperfect/source/writer/exp/xmlimp.cxx
+++ b/writerperfect/source/writer/exp/xmlimp.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include "xmlimp.hxx"
+
#include <sal/config.h>
#include <string_view>
-#include "xmlimp.hxx"
-
#include <initializer_list>
#include <unordered_map>