summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/shutdowniconaqua.mm6
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