diff options
Diffstat (limited to 'e-util/e-text-event-processor.h')
-rw-r--r-- | e-util/e-text-event-processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-text-event-processor.h b/e-util/e-text-event-processor.h index e11c6451cc..00785db757 100644 --- a/e-util/e-text-event-processor.h +++ b/e-util/e-text-event-processor.h @@ -21,7 +21,8 @@ #ifndef __E_TEXT_EVENT_PROCESSOR_H__ #define __E_TEXT_EVENT_PROCESSOR_H__ -#include <gnome.h> +#include <glib.h> +#include <gtk/gtkobject.h> #include <gal/util/e-text-event-processor-types.h> #ifdef __cplusplus |