summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:30:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:50 +0200
commit62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (patch)
tree9190a17b910c36a44dee1b6e8d84460f53a16fa9 /sw/source/filter/inc
parent34307a8a7da7def2f3ee207c08b59a48864a03f8 (diff)
loplugin:includeform: sw
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
Diffstat (limited to 'sw/source/filter/inc')
-rw-r--r--sw/source/filter/inc/msfilter.hxx2
-rw-r--r--sw/source/filter/inc/wrt_fn.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 9a9d484c1925..2fad70d89c64 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -32,7 +32,7 @@
#include <rtl/textenc.h>
#include <tools/gen.hxx>
#include <filter/msfilter/util.hxx>
-#include <fltshell.hxx>
+#include "fltshell.hxx"
#include <redline.hxx>
#include <shellio.hxx>
#include <svl/zforlist.hxx>
diff --git a/sw/source/filter/inc/wrt_fn.hxx b/sw/source/filter/inc/wrt_fn.hxx
index 599530013571..4d20fe2b39a6 100644
--- a/sw/source/filter/inc/wrt_fn.hxx
+++ b/sw/source/filter/inc/wrt_fn.hxx
@@ -18,7 +18,7 @@
*/
#ifndef INCLUDED_SW_SOURCE_FILTER_INC_WRT_FN_HXX
#define INCLUDED_SW_SOURCE_FILTER_INC_WRT_FN_HXX
-#include "hintids.hxx"
+#include <hintids.hxx>
// some forward declarations
class SwNode;