diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-04-05 04:36:23 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-04-05 04:36:23 +0800 |
commit | c105fef6b373d28be6a23cfd67dbd5a3e0fd645a (patch) | |
tree | 987f8da54504466bbe8ef565edeeca315b25ba32 /addressbook/contact-editor | |
parent | af777b08caeccc7fb1ca3f43167181a4345f8e34 (diff) | |
download | gsoc2013-evolution-c105fef6b373d28be6a23cfd67dbd5a3e0fd645a.tar.gz gsoc2013-evolution-c105fef6b373d28be6a23cfd67dbd5a3e0fd645a.tar.zst gsoc2013-evolution-c105fef6b373d28be6a23cfd67dbd5a3e0fd645a.zip |
Fix headers. Same here. Same here. Same here. Same here. Same here. Same
2001-04-04 Kjartan Maraas <kmaraas@gnome.org>
* contact-editor/e-contact-editor.[ch]: Fix headers.
* component/addressbook-storage.c: Same here.
* gui/search/e-addressbook-search-dialog.c: Same here.
* gui/widgets/e-addressbook-view.c: Same here.
* gui/widgets/e-minicard-label.c: Same here.
* gui/widgets/e-minicard-view-widget.c: Same here.
* gui/widgets/e-minicard-view.c: Same here.
* gui/widgets/e-minicard-widget-test.c: Same here.
* gui/widgets/e-minicard-widget.c: Same here.
* gui/widgets/e-minicard.c: Same here.
* gui/widgets/test-minicard-label.c: Same here.
svn path=/trunk/; revision=9179
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor.c | 10 | ||||
-rw-r--r-- | addressbook/contact-editor/e-contact-editor.h | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index 81d626c40b..26042ee25b 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -21,6 +21,16 @@ */ #include <config.h> +#include <time.h> +#include <gtk/gtkcheckbutton.h> +#include <gtk/gtkcheckmenuitem.h> +#include <gtk/gtkcombo.h> +#include <gtk/gtktext.h> +#include <gtk/gtktogglebutton.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> +#include <libgnomeui/gnome-dateedit.h> +#include <libgnomeui/gnome-popup-menu.h> #include <bonobo/bonobo-ui-container.h> #include <bonobo/bonobo-ui-util.h> #include <gdk-pixbuf/gdk-pixbuf.h> diff --git a/addressbook/contact-editor/e-contact-editor.h b/addressbook/contact-editor/e-contact-editor.h index 64d7571ede..a2f166741f 100644 --- a/addressbook/contact-editor/e-contact-editor.h +++ b/addressbook/contact-editor/e-contact-editor.h @@ -21,6 +21,7 @@ #ifndef __E_CONTACT_EDITOR_H__ #define __E_CONTACT_EDITOR_H__ +#include <libgnomeui/gnome-app.h> #include <libgnomeui/gnome-app-helper.h> #include <bonobo/bonobo-ui-component.h> #include <glade/glade.h> |