X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3096bd2fa7b88105bc54c08e3c878585de1a9b91..236a9de39afa090fdee3cf91cb5364ceca69e3f8:/src/gtk/mdi.cpp diff --git a/src/gtk/mdi.cpp b/src/gtk/mdi.cpp index ef10bb6cfc..3fa7de98fd 100644 --- a/src/gtk/mdi.cpp +++ b/src/gtk/mdi.cpp @@ -19,9 +19,9 @@ #include "wx/menu.h" #include "wx/intl.h" -#include "glib.h" -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include +#include #include "wx/gtk/win_gtk.h" //----------------------------------------------------------------------------- @@ -48,7 +48,7 @@ extern wxList wxPendingDelete; //----------------------------------------------------------------------------- static void -gtk_mdi_page_change_callback( GtkNotebook *widget, +gtk_mdi_page_change_callback( GtkNotebook *WXUNUSED(widget), GtkNotebookPage *page, gint WXUNUSED(page_num), wxMDIParentFrame *parent )