diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:54:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:54:29 +0200 |
commit | 3201e8ac4d36131465372c5df126867127a58a46 (patch) | |
tree | fe27ed29942b3789de2ce2689fbab464c9623837 /sfx2 | |
parent | 37604bca4138ed45187547ffcf578ca9abfdb679 (diff) |
loplugin:includeform: sfx2 (macOS)
Change-Id: Id189589ae0847a1c14f512ab0912bf47f7838e43
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconaqua.mm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index 78dbec386269..50d09f5c4f02 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -27,7 +27,7 @@ #include <comphelper/sequenceashashmap.hxx> #include <sfx2/app.hxx> #include <sal/macros.h> -#include "sfx2/strings.hrc" +#include <sfx2/strings.hrc> #include "shutdownicon.hxx" #include <com/sun/star/util/XStringWidth.hpp> @@ -37,10 +37,10 @@ #include <set> #include <vector> -#include "premac.h" +#include <premac.h> #include <objc/objc-runtime.h> #include <Cocoa/Cocoa.h> -#include "postmac.h" +#include <postmac.h> #define MI_OPEN 1 #define MI_WRITER 2 |