diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-28 10:38:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-30 09:51:39 +0200 |
commit | b368329430e73a672fd53d65e962dbac7dee55ae (patch) | |
tree | c02730240589165f92920399747246006196326b /vcl/unx | |
parent | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (diff) |
tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxx
Change-Id: I2e2093ac3c8c6833b70d4932bc12a82a4483bde5
Reviewed-on: https://gerrit.libreoffice.org/76499
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/gdi/gdiimpl.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/generic/gdi/openglx11cairotextrender.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/generic/gdi/salbmp.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/generic/gdi/salgdi2.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/gtksalframe.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx index aaca35a5e3ba..350f585b05c7 100644 --- a/vcl/unx/generic/gdi/gdiimpl.cxx +++ b/vcl/unx/generic/gdi/gdiimpl.cxx @@ -25,7 +25,6 @@ #include "gdiimpl.hxx" -#include <vcl/salbtype.hxx> #include <vcl/gradient.hxx> #include <sal/log.hxx> diff --git a/vcl/unx/generic/gdi/openglx11cairotextrender.cxx b/vcl/unx/generic/gdi/openglx11cairotextrender.cxx index d1301f1cc2ff..b5173aae242f 100644 --- a/vcl/unx/generic/gdi/openglx11cairotextrender.cxx +++ b/vcl/unx/generic/gdi/openglx11cairotextrender.cxx @@ -11,7 +11,6 @@ #include <openglgdiimpl.hxx> #include <salbmp.hxx> -#include <vcl/salbtype.hxx> #include <cairo.h> diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx index b8d4df762c61..745f2469f146 100644 --- a/vcl/unx/generic/gdi/salbmp.cxx +++ b/vcl/unx/generic/gdi/salbmp.cxx @@ -34,7 +34,6 @@ #include <tools/helpers.hxx> #include <tools/debug.hxx> #include <vcl/bitmap.hxx> -#include <vcl/salbtype.hxx> #include <com/sun/star/beans/XFastPropertySet.hpp> #include <unx/salunx.h> diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index ae6b0c152c42..63b952e6930a 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -20,7 +20,6 @@ #include <poll.h> #include <salgdiimpl.hxx> -#include <vcl/salbtype.hxx> #include <vcl/sysdata.hxx> #include <sal/log.hxx> diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 91c08ef23cb4..1ee50abaebe7 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -53,7 +53,6 @@ #include <X11/Xatom.h> #include <dlfcn.h> -#include <vcl/salbtype.hxx> #include <window.h> #include <strings.hrc> #include <bitmaps.hlst> diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index de4c124244ab..43a99dc0e1c8 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -54,7 +54,6 @@ #include <unx/gtk/gtkbackend.hxx> #include <dlfcn.h> -#include <vcl/salbtype.hxx> #include <window.h> #include <strings.hrc> #include <bitmaps.hlst> |