diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch) | |
tree | e9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/headless/svpprn.cxx | |
parent | e279245767050c8ca9743b33ab395cb67dd9a63c (diff) |
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/headless/svpprn.cxx')
-rw-r--r-- | vcl/headless/svpprn.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index 2afb52502300..1d3666a79beb 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -19,17 +19,17 @@ #include <vcl/svapp.hxx> #include <vcl/timer.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> -#include "jobset.h" -#include "print.h" -#include "salptype.hxx" -#include "saldatabasic.hxx" +#include <jobset.h> +#include <print.h> +#include <salptype.hxx> +#include <saldatabasic.hxx> -#include "unx/genpspgraphics.h" +#include <unx/genpspgraphics.h> -#include "headless/svpprn.hxx" -#include "headless/svpinst.hxx" +#include <headless/svpprn.hxx> +#include <headless/svpinst.hxx> using namespace psp; |