summaryrefslogtreecommitdiff
path: root/vcl/osx
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
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/a11yfocustracker.cxx8
-rw-r--r--vcl/osx/printaccessoryview.mm10
-rw-r--r--vcl/osx/printview.mm2
-rw-r--r--vcl/osx/salframe.cxx6
-rw-r--r--vcl/osx/salinst.cxx10
-rw-r--r--vcl/osx/salnativewidgets.cxx8
-rw-r--r--vcl/osx/salprn.cxx2
-rw-r--r--vcl/osx/salsys.cxx2
-rw-r--r--vcl/osx/service_entry.cxx2
9 files changed, 25 insertions, 25 deletions
diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx
index 03eabfa7cfdc..4bee41fab4ee 100644
--- a/vcl/osx/a11yfocustracker.cxx
+++ b/vcl/osx/a11yfocustracker.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vcl/svapp.hxx"
-#include "vcl/window.hxx"
-#include "vcl/toolbox.hxx"
-#include "vcl/menu.hxx"
+#include <vcl/svapp.hxx>
+#include <vcl/window.hxx>
+#include <vcl/toolbox.hxx>
+#include <vcl/menu.hxx>
#include "osx/a11yfocustracker.hxx"
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"
diff --git a/vcl/osx/printview.mm b/vcl/osx/printview.mm
index 3fef61d19805..51b9b5ad04e7 100644
--- a/vcl/osx/printview.mm
+++ b/vcl/osx/printview.mm
@@ -18,7 +18,7 @@
*/
-#include "vcl/print.hxx"
+#include <vcl/print.hxx>
#include "osx/printview.h"
#include "osx/salprn.h"
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index d83a80cb7504..832d1328fcf9 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -24,9 +24,9 @@
#include "osl/file.h"
-#include "vcl/svapp.hxx"
-#include "vcl/window.hxx"
-#include "vcl/syswin.hxx"
+#include <vcl/svapp.hxx>
+#include <vcl/window.hxx>
+#include <vcl/syswin.hxx>
#include <vcl/settings.hxx>
#include "osx/saldata.hxx"
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index 63b8e0585fc7..98b11b1d83a5 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -29,11 +29,11 @@
#include "rtl/ustrbuf.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/window.hxx"
-#include "vcl/idle.hxx"
-#include "vcl/svmain.hxx"
-#include "vcl/opengl/OpenGLContext.hxx"
+#include <vcl/svapp.hxx>
+#include <vcl/window.hxx>
+#include <vcl/idle.hxx>
+#include <vcl/svmain.hxx>
+#include <vcl/opengl/OpenGLContext.hxx>
#include "osx/saldata.hxx"
#include "osx/salinst.h"
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index b5f738831419..757ac2cfe85c 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -19,10 +19,10 @@
#include <config_features.h>
-#include "vcl/salnativewidgets.hxx"
-#include "vcl/decoview.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/timer.hxx"
+#include <vcl/salnativewidgets.hxx>
+#include <vcl/decoview.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/timer.hxx>
#include <vcl/settings.hxx>
#include "quartz/salgdi.h"
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index 54e3e8f8b946..3ec863109cae 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -21,7 +21,7 @@
#include "officecfg/Office/Common.hxx"
-#include "vcl/print.hxx"
+#include <vcl/print.hxx>
#include <sal/macros.h>
#include "osx/salinst.h"
diff --git a/vcl/osx/salsys.cxx b/vcl/osx/salsys.cxx
index 72f41327fe86..d0ed61554bf8 100644
--- a/vcl/osx/salsys.cxx
+++ b/vcl/osx/salsys.cxx
@@ -19,7 +19,7 @@
#include "rtl/ustrbuf.hxx"
-#include "vcl/button.hxx"
+#include <vcl/button.hxx>
#include "osx/salsys.h"
#include "osx/saldata.hxx"
diff --git a/vcl/osx/service_entry.cxx b/vcl/osx/service_entry.cxx
index 3679d9726459..ba863013d68d 100644
--- a/vcl/osx/service_entry.cxx
+++ b/vcl/osx/service_entry.cxx
@@ -19,7 +19,7 @@
#include "osl/diagnose.h"
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include "osx/saldata.hxx"
#include "osx/salinst.h"