diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:53:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:53:22 +0200 |
commit | 9e7c95213aa736bd50e8af15ed364b0c4d418f62 (patch) | |
tree | 0e03d0c7eeca4aabd276bbff49616fb6cec327ae /toolkit | |
parent | fcbc0a31b6db068ecaaad84ac61c1ed3804226b6 (diff) |
loplugin:includeform: toolkit (macOS)
Change-Id: I8a95a73a9e20e2f9d35371faf58890ffdc60963c
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 4 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 4 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtopwindow.cxx | 4 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow1.cxx | 4 |
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> |