diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-24 15:08:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-24 15:09:17 +0200 |
commit | 5cfc58783ebb896cc0d3b9be3f9da53cbaf89161 (patch) | |
tree | db9443d9e3b28faa5cf430737e35382900fb5455 /vcl | |
parent | 95f884618698ba7ff1ca98be5b844f8db5a4e43c (diff) |
Another gross inclusion hack that can apparently go now
Change-Id: I261596e5d20360ecfaf57f9ddc4419ca305e3194
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx index 754991014ae4..9457902d9732 100644 --- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// Gross inclusion hacks for now ... +#include <sal/config.h> -#include "../../../headless/svpgdi.cxx" +#include <basegfx/range/b2ibox.hxx> #include <unx/gtk/gtkframe.hxx> #include <unx/gtk/gtkdata.hxx> #include <unx/gtk/gtkinst.hxx> |