summaryrefslogtreecommitdiff
path: root/vcl/source/helper
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/source/helper
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/source/helper')
-rw-r--r--vcl/source/helper/lazydelete.cxx6
-rw-r--r--vcl/source/helper/strhelper.cxx2
-rw-r--r--vcl/source/helper/xconnection.cxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/helper/lazydelete.cxx b/vcl/source/helper/lazydelete.cxx
index 6ca54bbeab99..2733aa0d369e 100644
--- a/vcl/source/helper/lazydelete.cxx
+++ b/vcl/source/helper/lazydelete.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vcl/window.hxx"
-#include "vcl/menu.hxx"
-#include "vcl/lazydelete.hxx"
+#include <vcl/window.hxx>
+#include <vcl/menu.hxx>
+#include <vcl/lazydelete.hxx>
#include "svdata.hxx"
namespace vcl {
diff --git a/vcl/source/helper/strhelper.cxx b/vcl/source/helper/strhelper.cxx
index 65271087f024..67b2f611398e 100644
--- a/vcl/source/helper/strhelper.cxx
+++ b/vcl/source/helper/strhelper.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vcl/strhelper.hxx"
+#include <vcl/strhelper.hxx>
#include "sal/alloca.h"
namespace psp {
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx
index ad420d303221..45e5008ffe02 100644
--- a/vcl/source/helper/xconnection.cxx
+++ b/vcl/source/helper/xconnection.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include "xconnection.hxx"
#include "svdata.hxx"