summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtopwindow.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:53:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:53:22 +0200
commit9e7c95213aa736bd50e8af15ed364b0c4d418f62 (patch)
tree0e03d0c7eeca4aabd276bbff49616fb6cec327ae /toolkit/source/awt/vclxtopwindow.cxx
parentfcbc0a31b6db068ecaaad84ac61c1ed3804226b6 (diff)
loplugin:includeform: toolkit (macOS)
Change-Id: I8a95a73a9e20e2f9d35371faf58890ffdc60963c
Diffstat (limited to 'toolkit/source/awt/vclxtopwindow.cxx')
-rw-r--r--toolkit/source/awt/vclxtopwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx
index fbd00b907937..17d79d7bfecd 100644
--- a/toolkit/source/awt/vclxtopwindow.cxx
+++ b/toolkit/source/awt/vclxtopwindow.cxx
@@ -24,9 +24,9 @@
#include <com/sun/star/awt/SystemDependentXWindow.hpp>
#if defined ( MACOSX )
-#include "premac.h"
+#include <premac.h>
#include <Cocoa/Cocoa.h>
-#include "postmac.h"
+#include <postmac.h>
#endif
#include <vcl/syschild.hxx>