diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-12 15:14:58 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-25 13:04:31 +0100 |
commit | e6b881521c5220a2504811ecfaed1c5cc33910d6 (patch) | |
tree | d11033ecf07083795df092fb48a0cdf3270510bf | |
parent | 539552484dcba8fc97d26a04ef903b4139ba9a2f (diff) |
Remove outdated includes.
These were needed for the X11 "context" rendering which is no longer used.
Change-Id: Ib60c8fff9dad06b1f8f489eed66c3b3c3597e1ee
-rw-r--r-- | desktop/qa/gtktiledviewer/gtktiledviewer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/qa/gtktiledviewer/gtktiledviewer.cxx b/desktop/qa/gtktiledviewer/gtktiledviewer.cxx index 1f238a9e76f9..f5690b43fa9a 100644 --- a/desktop/qa/gtktiledviewer/gtktiledviewer.cxx +++ b/desktop/qa/gtktiledviewer/gtktiledviewer.cxx @@ -11,15 +11,8 @@ #include <string.h> #include <gdk/gdk.h> -#include <gdk/gdkx.h> #include <gtk/gtk.h> -#include <X11/extensions/Xrender.h> - -// Only for the SystemGraphicsData struct, and hopefully we can find some better -// replacement for that at some point. -#include <vcl/sysdata.hxx> - #define LOK_USE_UNSTABLE_API #include <LibreOfficeKit/LibreOfficeKit.hxx> |