diff options
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r-- | widgets/table/e-cell-text.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 7e045853b3..4be7439d4c 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -25,6 +25,12 @@ */ #include <config.h> +#include <stdio.h> +#include <unicode.h> +#include <ctype.h> +#include <math.h> +#include <string.h> +#include <gdk/gdkx.h> /* for BlackPixel */ #include <gtk/gtkenums.h> #include <gtk/gtkentry.h> #include <gtk/gtkwindow.h> @@ -32,8 +38,7 @@ #include <gtk/gtksignal.h> #include <gdk/gdkkeysyms.h> #include <libgnomeui/gnome-canvas.h> -#include <stdio.h> -#include <unicode.h> +#include <libgnomeui/gnome-canvas-rect-ellipse.h> #include "e-cell-text.h" #include "gal/util/e-util.h" #include "gal/widgets/e-canvas.h" @@ -45,9 +50,6 @@ #include "gal/util/e-text-event-processor-emacs-like.h" #include "e-table-tooltip.h" -#include <gdk/gdkx.h> /* for BlackPixel */ -#include <ctype.h> -#include <math.h> #define ECT_CLASS(c) (E_CELL_TEXT_CLASS(GTK_OBJECT((c))->klass)) |