diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 08:55:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 08:55:56 +0200 |
commit | 1d7751dd7d055c13324ff714523905e95e44fd4c (patch) | |
tree | fb7067995c1fbe6af2d7369ad1fc0e625e7e1d11 /vcl | |
parent | 0acc3300f14e7f961bc165f58e97d1f35164d781 (diff) |
including gtk/gtkunixprint.h appears unnecessary
...and at least gtk2-devel-2.10.4-30.el5, while new enough to cause
ENABLE_GTK_PRINT=TRUE, does not contain
/usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h
Change-Id: I6ff98e0c67047c0d8c35cfcad45be47ff09ca97a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/gdi/salprn-gtk.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gdi/salprn-gtk.cxx b/vcl/unx/gtk/gdi/salprn-gtk.cxx index 0251ffd29841..2056a13b87fb 100644 --- a/vcl/unx/gtk/gdi/salprn-gtk.cxx +++ b/vcl/unx/gtk/gdi/salprn-gtk.cxx @@ -21,7 +21,6 @@ #include "vcl/window.hxx" #include <gtk/gtk.h> -#include <gtk/gtkunixprint.h> #include <comphelper/processfactory.hxx> |