X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7c12d28e63a7458293ea54f523c01d848236a3e..1914bb8e128d95526e6e2b9b35df3a32b5b0156f:/src/gtk/listbox.cpp diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index cbff2c4f8f..efa0d15491 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -21,14 +21,19 @@ #include "wx/intl.h" #include "wx/checklst.h" #include "wx/settings.h" + +// FIXME: Use GtkTreeView/GtkListModel instead? +#include +#ifdef GTK_DISABLE_DEPRECATED +#undef GTK_DISABLE_DEPRECATED +#endif + #include "wx/gtk/private.h" #if wxUSE_TOOLTIPS #include "wx/tooltip.h" #endif -#include -#include #include //-----------------------------------------------------------------------------