GTK: rework f07e975d to fix build on both pre and post 3.24 GTK.

pull/409/head
whitequark 2019-05-13 15:04:37 +00:00
parent 7d181f0d0f
commit 838126f81f
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,6 @@
#include <gtkmm/cssprovider.h> #include <gtkmm/cssprovider.h>
#include <gtkmm/entry.h> #include <gtkmm/entry.h>
#include <gtkmm/filechooserdialog.h> #include <gtkmm/filechooserdialog.h>
#if defined(HAVE_GTK_FILECHOOSERNATIVE)
# include <gtkmm/filechoosernative.h>
#endif
#include <gtkmm/fixed.h> #include <gtkmm/fixed.h>
#include <gtkmm/glarea.h> #include <gtkmm/glarea.h>
#include <gtkmm/main.h> #include <gtkmm/main.h>
@ -29,6 +26,9 @@
#include <gtkmm/window.h> #include <gtkmm/window.h>
#include "config.h" #include "config.h"
#if defined(HAVE_GTK_FILECHOOSERNATIVE)
# include <gtkmm/filechoosernative.h>
#endif
#if defined(HAVE_SPACEWARE) #if defined(HAVE_SPACEWARE)
# include <spnav.h> # include <spnav.h>