From ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:28:18 +0200 Subject: loplugin:includeform: vcl Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea --- vcl/inc/unx/gtk/gtkdata.hxx | 2 +- vcl/inc/unx/gtk/gtkframe.hxx | 4 ++-- vcl/inc/unx/gtk/gtkgdi.hxx | 4 ++-- vcl/inc/unx/gtk/gtkprn.hxx | 2 +- vcl/inc/unx/gtk/gtksys.hxx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vcl/inc/unx/gtk') diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 01b5c46b8dca..9f4fae373acb 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -30,7 +30,7 @@ #include #include #include -#include "saltimer.hxx" +#include #include #include diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 99139e1d2593..8a3046ca1497 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -36,7 +36,7 @@ #include #include -#include "tools/link.hxx" +#include #include #include @@ -49,7 +49,7 @@ #include #include -#include "headless/svpgdi.hxx" +#include class GtkSalGraphics; class GtkSalDisplay; diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index f06fa09434ad..fc896db7f913 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -27,12 +27,12 @@ #include #include -#include "ControlCacheKey.hxx" +#include #if GTK_CHECK_VERSION(3,0,0) #include -#include "textrender.hxx" +#include enum class GtkControlPart { diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx index d2fb5fab081d..e33d3f606b10 100644 --- a/vcl/inc/unx/gtk/gtkprn.hxx +++ b/vcl/inc/unx/gtk/gtkprn.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX #define INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX -#include "unx/genprn.h" +#include #include diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx index 94e748887a12..083c046c3d4b 100644 --- a/vcl/inc/unx/gtk/gtksys.hxx +++ b/vcl/inc/unx/gtk/gtksys.hxx @@ -9,7 +9,7 @@ #ifndef INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX #define INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX -#include "unx/gensys.h" +#include #include #include #include -- cgit