diff options
Diffstat (limited to 'toolkit/source/awt/vclxsystemdependentwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 4 |
1 files changed, 2 insertions, 2 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> |