diff options
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; |