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/source/awt/vclxsystemdependentwindow.cxx | |
parent | fcbc0a31b6db068ecaaad84ac61c1ed3804226b6 (diff) |
loplugin:includeform: toolkit (macOS)
Change-Id: I8a95a73a9e20e2f9d35371faf58890ffdc60963c
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> |