diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (patch) | |
tree | 9190a17b910c36a44dee1b6e8d84460f53a16fa9 /sw/inc/postithelper.hxx | |
parent | 34307a8a7da7def2f3ee207c08b59a48864a03f8 (diff) |
loplugin:includeform: sw
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 483fbbd8f74a..982faa671569 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -19,13 +19,13 @@ #ifndef INCLUDED_SW_INC_POSTITHELPER_HXX #define INCLUDED_SW_INC_POSTITHELPER_HXX -#include <swrect.hxx> -#include <fmtfld.hxx> -#include <redline.hxx> +#include "swrect.hxx" +#include "fmtfld.hxx" +#include "redline.hxx" #include <cstddef> #include <vector> #include <vcl/window.hxx> -#include <SidebarWindowsTypes.hxx> +#include "SidebarWindowsTypes.hxx" class SfxBroadcaster; class SwRootFrame; |