diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-11 22:54:48 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 09:25:17 +0100 |
commit | 791ab22556e7926f87dc2345ab49738ae6e67a24 (patch) | |
tree | f7c9891ba473ff8eea0e7bb2093c7b55dfbf93d5 /vcl | |
parent | 255c01451dc6de29e439905d289384278e54b1c3 (diff) |
Removed include check
<unx/gtk/gtksalmenu.hxx> 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 <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/gtksalframe.cxx | 3 |
1 files changed, 0 insertions, 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 <config_gio.h> #include <unx/x11/xlimits.hxx> -#if ENABLE_DBUS && ENABLE_GIO -# include <unx/gtk/gtksalmenu.hxx> -#endif #if defined ENABLE_GMENU_INTEGRATION // defined in gtksalmenu.hxx above # include <unx/gtk/hudawareness.h> #endif |