diff options
Diffstat (limited to 'addressbook/gui/component/e-cardlist-model.c')
-rw-r--r-- | addressbook/gui/component/e-cardlist-model.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/component/e-cardlist-model.c b/addressbook/gui/component/e-cardlist-model.c index 23b61d58be..007aa395d9 100644 --- a/addressbook/gui/component/e-cardlist-model.c +++ b/addressbook/gui/component/e-cardlist-model.c @@ -8,11 +8,10 @@ */ #include <config.h> -#include "e-cardlist-model.h" #include <gnome-xml/tree.h> #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> -#include <gnome.h> +#include "e-cardlist-model.h" #define PARENT_TYPE e_table_model_get_type() |