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/unx/generic/plugadapt | |
parent | c85a438f412f32a94f8e872ed7b419b9f7667d6e (diff) |
vcl: two printing headers should be private Unix headers
Change-Id: I17a8d361b6c24dd9c4853d82e788c48084133e69
Diffstat (limited to 'vcl/unx/generic/plugadapt')
-rw-r--r-- | vcl/unx/generic/plugadapt/salplug.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index 6852c0652024..adb46eb501da 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -28,7 +28,7 @@ #include "unx/gendata.hxx" #include "headless/svpinst.hxx" #include "unx/desktops.hxx" -#include <vcl/printerinfomanager.hxx> +#include "unx/printerinfomanager.hxx" #include <config_vclplug.h> #include <cstdio> |