summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
commit6858d517574aec65527ffa57b2b936bfa949ae92 (patch)
tree978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/quartz
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salvd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx
index c09dd449e289..3110398b8784 100644
--- a/vcl/quartz/salvd.cxx
+++ b/vcl/quartz/salvd.cxx
@@ -19,8 +19,8 @@
#include <sal/config.h>
-#include "vcl/svapp.hxx"
-#include "vcl/sysdata.hxx"
+#include <vcl/svapp.hxx>
+#include <vcl/sysdata.hxx>
#ifdef MACOSX
#include "osx/salinst.h"