summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolkit/source/awt/vclxsystemdependentwindow.cxx4
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx4
-rw-r--r--toolkit/source/awt/vclxtopwindow.cxx4
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx
index 4c1e4ef31275..ea3de1bb9618 100644
--- a/toolkit/source/awt/vclxsystemdependentwindow.cxx
+++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx
@@ -29,9 +29,9 @@
#include <cppuhelper/queryinterface.hxx>
#ifdef MACOSX
-#include "premac.h"
+#include <premac.h>
#include <Cocoa/Cocoa.h>
-#include "postmac.h"
+#include <postmac.h>
#endif
#include <vcl/svapp.hxx>
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 623866a5a854..f5a68b8a2645 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -60,9 +60,9 @@
#include <tools/wintypes.hxx>
#ifdef MACOSX
-#include "premac.h"
+#include <premac.h>
#include <Cocoa/Cocoa.h>
-#include "postmac.h"
+#include <postmac.h>
#endif
#include <vcl/sysdata.hxx>
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>
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 93c99d8150a8..613fbb0b1fe8 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -27,9 +27,9 @@
#include <prewin.h>
#include <postwin.h>
#elif defined ( MACOSX )
-#include "premac.h"
+#include <premac.h>
#include <Cocoa/Cocoa.h>
-#include "postmac.h"
+#include <postmac.h>
#endif
#include <vcl/sysdata.hxx>