diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
commit | 6858d517574aec65527ffa57b2b936bfa949ae92 (patch) | |
tree | 978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/qa | |
parent | e6d6e35320984fe4198314e3ea3a91ead6b41392 (diff) |
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 8b79f650decc..8076d2b0384b 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -32,13 +32,13 @@ #include <tools/diagnose_ex.h> #include <rtl/ref.hxx> -#include "vcl/svapp.hxx" -#include "vcl/canvastools.hxx" -#include "vcl/dialog.hxx" -#include "vcl/outdev.hxx" -#include "vcl/bitmapaccess.hxx" -#include "vcl/virdev.hxx" -#include "vcl/bitmapex.hxx" +#include <vcl/svapp.hxx> +#include <vcl/canvastools.hxx> +#include <vcl/dialog.hxx> +#include <vcl/outdev.hxx> +#include <vcl/bitmapaccess.hxx> +#include <vcl/virdev.hxx> +#include <vcl/bitmapex.hxx> #include "canvasbitmap.hxx" #include <algorithm> |