diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-30 04:55:01 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:55:01 +0800 |
commit | cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4 (patch) | |
tree | 5af8243b9fd0b0fda717fd8e064ba1851a91c6f5 /addressbook/printing/e-contact-print-style-editor.c | |
parent | 57574f0be32f05aeaa19b71b452d690ed3edbdff (diff) | |
download | gsoc2013-evolution-cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4.tar.gz gsoc2013-evolution-cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4.tar.zst gsoc2013-evolution-cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4.zip |
Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> with
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
* *.*: Clean up #includes. Replace <gnome.h>, <bonobo.h> and
<gtk/gtk.h> with more finegrained headers where needed.
svn path=/trunk/; revision=9026
Diffstat (limited to 'addressbook/printing/e-contact-print-style-editor.c')
-rw-r--r-- | addressbook/printing/e-contact-print-style-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/printing/e-contact-print-style-editor.c b/addressbook/printing/e-contact-print-style-editor.c index 5eb5cadacf..3188458925 100644 --- a/addressbook/printing/e-contact-print-style-editor.c +++ b/addressbook/printing/e-contact-print-style-editor.c @@ -20,8 +20,8 @@ * Boston, MA 02111-1307, USA. */ -#include <gnome.h> #include "e-contact-print-style-editor.h" + static void e_contact_print_style_editor_init (EContactPrintStyleEditor *card); static void e_contact_print_style_editor_class_init (EContactPrintStyleEditorClass *klass); static void e_contact_print_style_editor_set_arg (GtkObject *o, GtkArg *arg, guint arg_id); |