X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/483249fc1a9ab952054af5efa616ff9fb4151c9e..0bd55cfa2c5c18d4e9241cf90195e30d0be5d905:/src/gtk1/gsockgtk.c diff --git a/src/gtk1/gsockgtk.c b/src/gtk1/gsockgtk.c index 5bfb166c15..7c464b5e52 100644 --- a/src/gtk1/gsockgtk.c +++ b/src/gtk1/gsockgtk.c @@ -11,8 +11,10 @@ #include #include -#include "gdk/gdk.h" -#include "glib.h" + +#include +#include + #include "wx/gsocket.h" #include "wx/unix/gsockunx.h" @@ -31,7 +33,6 @@ void _GSocket_GDK_Input(gpointer data, void _GSocket_GUI_Init(GSocket *socket) { - int i; gint *m_id; socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);