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/headless/svpprn.cxx | |
parent | e6d6e35320984fe4198314e3ea3a91ead6b41392 (diff) |
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/headless/svpprn.cxx')
-rw-r--r-- | vcl/headless/svpprn.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index 422da1ca578a..1d8557f6fc24 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/svapp.hxx" -#include "vcl/timer.hxx" -#include "vcl/printerinfomanager.hxx" +#include <vcl/svapp.hxx> +#include <vcl/timer.hxx> +#include <vcl/printerinfomanager.hxx> #include "jobset.h" #include "print.h" |