diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-03-28 02:29:30 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-03-28 02:33:11 +1100 |
commit | 6b2889b3c4b2da175c4f95bde4495a1a89deedc3 (patch) | |
tree | d3ad82de07744b693c1bbe775af920716781a6d2 /vcl/inc/unx/genprn.h | |
parent | c85a438f412f32a94f8e872ed7b419b9f7667d6e (diff) |
vcl: two printing headers should be private Unix headers
Change-Id: I17a8d361b6c24dd9c4853d82e788c48084133e69
Diffstat (limited to 'vcl/inc/unx/genprn.h')
-rw-r--r-- | vcl/inc/unx/genprn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/genprn.h b/vcl/inc/unx/genprn.h index 94a4046a08a0..c1f299016193 100644 --- a/vcl/inc/unx/genprn.h +++ b/vcl/inc/unx/genprn.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_GENERIC_GENPRN_H #define INCLUDED_VCL_INC_GENERIC_GENPRN_H -#include <vcl/jobdata.hxx> +#include "unx/jobdata.hxx" #include "unx/printergfx.hxx" #include "unx/printerjob.hxx" #include "salprn.hxx" |