diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-table-model.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-table-model.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.h b/addressbook/gui/component/select-names/e-select-names-table-model.h index 7a051d337c..a7feb4d9c1 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.h +++ b/addressbook/gui/component/select-names/e-select-names-table-model.h @@ -10,10 +10,10 @@ #define __E_SELECT_NAMES_TABLE_MODEL_H__ #include <time.h> -#include <gtk/gtk.h> #include <stdio.h> -#include "e-select-names-model.h" +#include <gtk/gtkobject.h> #include <gal/e-table/e-table-model.h> +#include "e-select-names-model.h" #define E_TYPE_SELECT_NAMES_TABLE_MODEL (e_select_names_table_model_get_type ()) #define E_SELECT_NAMES_TABLE_MODEL(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SELECT_NAMES_TABLE_MODEL, ESelectNamesTableModel)) |