From 52b605ff36089fc56c1c41d413adcd131cde845c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 24 Oct 2017 11:52:43 +0200 Subject: loplugin:includeform: vcl (macOS) Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d --- vcl/osx/vclnsapp.mm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vcl/osx/vclnsapp.mm') diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm index 23b22c360eeb..473c8d7f9a30 100644 --- a/vcl/osx/vclnsapp.mm +++ b/vcl/osx/vclnsapp.mm @@ -28,18 +28,18 @@ #include #include -#include "osx/saldata.hxx" -#include "osx/salframe.h" -#include "osx/salframeview.h" -#include "osx/salinst.h" -#include "osx/vclnsapp.h" -#include "quartz/utils.h" - -#include "premac.h" +#include +#include +#include +#include +#include +#include + +#include #include #import "Carbon/Carbon.h" #import "apple_remote/RemoteControl.h" -#include "postmac.h" +#include @implementation CocoaThreadEnabler -- cgit