summaryrefslogtreecommitdiff
path: root/vcl/osx/salframe.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
commit52b605ff36089fc56c1c41d413adcd131cde845c (patch)
treead88bf109337ab1841979d1a8336d4eb85e8e812 /vcl/osx/salframe.cxx
parent7d69ac0b8f11ed9cbee2925fc60119404eed4211 (diff)
loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
Diffstat (limited to 'vcl/osx/salframe.cxx')
-rw-r--r--vcl/osx/salframe.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index ff87c83e3205..476ef9ab3bad 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -20,33 +20,33 @@
#include <string>
#include <comphelper/fileurl.hxx>
-#include "rtl/ustrbuf.hxx"
+#include <rtl/ustrbuf.hxx>
-#include "osl/file.h"
+#include <osl/file.h>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/syswin.hxx>
#include <vcl/settings.hxx>
-#include "osx/saldata.hxx"
-#include "quartz/salgdi.h"
-#include "osx/salframe.h"
-#include "osx/salmenu.h"
-#include "osx/salinst.h"
-#include "osx/salframeview.h"
-#include "osx/a11yfactory.h"
-#include "osx/runinmain.hxx"
-#include "quartz/utils.h"
+#include <osx/saldata.hxx>
+#include <quartz/salgdi.h>
+#include <osx/salframe.h>
+#include <osx/salmenu.h>
+#include <osx/salinst.h>
+#include <osx/salframeview.h>
+#include <osx/a11yfactory.h>
+#include <osx/runinmain.hxx>
+#include <quartz/utils.h>
-#include "salwtype.hxx"
+#include <salwtype.hxx>
-#include "premac.h"
+#include <premac.h>
#include <objc/objc-runtime.h>
// needed for theming
// FIXME: move theming code to salnativewidgets.cxx
#include <Carbon/Carbon.h>
-#include "postmac.h"
+#include <postmac.h>
using namespace std;