Remove some unused header files.
authorPeng Huang <shawn.p.huang@gmail.com>
Sun, 21 Nov 2010 10:13:34 +0000 (19:13 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Sun, 21 Nov 2010 10:13:34 +0000 (19:13 +0900)
BUG=none
TEST=manual

Review URL: http://codereview.appspot.com/3218041

client/gtk2/ibusim.c
client/gtk2/ibusimcontext.c

index 11286d1..13c7380 100644 (file)
@@ -20,7 +20,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <glib/gprintf.h>
 #include <gtk/gtk.h>
 #include <gtk/gtkimmodule.h>
 #include <ibus.h>
index 37dd521..63d66c9 100644 (file)
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
-#include <gdk/gdkx.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <sys/un.h>
-#include <string.h>
 #include <ibus.h>
 #include "ibusimcontext.h"