From 791ab22556e7926f87dc2345ab49738ae6e67a24 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 11 Nov 2017 22:54:48 +0100 Subject: Removed include check is already included at the beginning of the file. So no need to check to include it. Change-Id: I66988734271fa8fe8434e8090337f0ab14a8b994 Reviewed-on: https://gerrit.libreoffice.org/44646 Tested-by: Jenkins Reviewed-by: Mark Page --- vcl/unx/gtk/gtksalframe.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 85a9cef8df4c..2d53534c0934 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -43,9 +43,6 @@ #include #include -#if ENABLE_DBUS && ENABLE_GIO -# include -#endif #if defined ENABLE_GMENU_INTEGRATION // defined in gtksalmenu.hxx above # include #endif -- cgit