diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 15:03:01 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 06:04:55 +0000 |
commit | 22d5d2ca7dde6164bd1e0fa9b3493870995375c5 (patch) | |
tree | 0c666287123532afe5913fc64fa7caae7b1e11ea /vcl/headless/svpprn.cxx | |
parent | cd4c21dea96e98639cc0488526dac142d9fed583 (diff) |
vcl: move vcl/generic/print files to vcl/unx/generic/print
These source files as all specific to Unix environments (not, however,
OS X) and are not "generic" (i.e. used across all platforms).
Change-Id: I6008a272c4b961a12702e2ef8727c56df9e80164
Reviewed-on: https://gerrit.libreoffice.org/21334
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/headless/svpprn.cxx')
-rw-r--r-- | vcl/headless/svpprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index 89413035513b..422da1ca578a 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -26,7 +26,7 @@ #include "salptype.hxx" #include "saldatabasic.hxx" -#include "generic/genpspgraphics.h" +#include "unx/genpspgraphics.h" #include "headless/svpprn.hxx" #include "headless/svpinst.hxx" |