]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gsockgtk.c
Attempting to allow WIN16 compilation of the db/dbtable classes
[wxWidgets.git] / src / gtk1 / gsockgtk.c
index 5bfb166c1596475e5f62bb6dfcbfaca2685096e8..7c464b5e52dae49f46ed28a8a58bca03c0acd0b2 100644 (file)
 
 #include <stdlib.h>
 #include <stdio.h>
-#include "gdk/gdk.h"
-#include "glib.h"
+
+#include <gdk/gdk.h>
+#include <glib.h>
+
 #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);