summaryrefslogtreecommitdiff
path: root/vcl/osx/printaccessoryview.mm
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/osx/printaccessoryview.mm
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/osx/printaccessoryview.mm')
-rw-r--r--vcl/osx/printaccessoryview.mm10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm
index 80885f82de66..8d2ef5b231b6 100644
--- a/vcl/osx/printaccessoryview.mm
+++ b/vcl/osx/printaccessoryview.mm
@@ -21,11 +21,11 @@
#include "tools/resary.hxx"
-#include "vcl/print.hxx"
-#include "vcl/image.hxx"
-#include "vcl/virdev.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/unohelp.hxx"
+#include <vcl/print.hxx>
+#include <vcl/image.hxx>
+#include <vcl/virdev.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/unohelp.hxx>
#include <vcl/settings.hxx>
#include "osx/printview.h"