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/unx/gtk3 | |
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/unx/gtk3')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index fea19c96f5e4..71a7b3da0543 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -27,7 +27,7 @@ #include <unx/wmadaptor.hxx> #include <unx/sm.hxx> #include <unx/salbmp.h> -#include <generic/genprn.h> +#include <unx/genprn.h> #include <generic/geninst.h> #include <headless/svpgdi.hxx> #include <osl/file.hxx> |