Fix includes

This commit is contained in:
Matthias Clasen
2005-07-06 00:33:09 +00:00
parent 5fd52d65ee
commit 150e3a4adf
4 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-03 Manish Singh <yosh@gimp.org>
* gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): remove

View File

@@ -1,3 +1,7 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-03 Manish Singh <yosh@gimp.org>
* gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): remove

View File

@@ -1,3 +1,7 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-03 Manish Singh <yosh@gimp.org>
* gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): remove

View File

@@ -20,11 +20,12 @@
* $Id$
*/
#include <gtk/gtkimmodule.h>
#include "gtkimcontextime.h"
#include <string.h>
#include "gtk/gtkintl.h"
#include "gtk/gtkimmodule.h"
#include "gtkimcontextime.h"
static const GtkIMContextInfo ime_info = {
"ime",
"Windows IME",