diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-05 08:39:19 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-05 08:39:19 +0800 |
commit | f66390af642e3a02bbfb2974955eeae14770e406 (patch) | |
tree | 4e55b62b2139082f168ed1069f82a93773bb63e4 /addressbook/gui/widgets/e-addressbook-view.c | |
parent | c77e63e2cc9d19f865589da454e8810f8804aedf (diff) | |
download | gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.gz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.bz2 gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.lz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.xz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.zst gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.zip |
Here goes my additional simple include fixes.
svn path=/trunk/; revision=9191
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.c')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 46210ec07c..685ee0b79d 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -22,42 +22,35 @@ #include <config.h> -#include <glib.h> -#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-paper.h> #include <libgnome/gnome-i18n.h> #include <libgnome/gnome-util.h> -#include <libgnome/gnome-paper.h> #include <gal/e-table/e-table-scrolled.h> #include <gal/e-table/e-table-model.h> #include <gal/widgets/e-scroll-frame.h> #include <gal/widgets/e-popup-menu.h> -#include "widgets/menus/gal-view-menus.h" - #include <gal/menus/gal-view-factory-etable.h> #include <gal/menus/gal-view-etable.h> +#include <libgnomeprint/gnome-print.h> +#include <libgnomeprint/gnome-print-dialog.h> +#include <libgnomeprint/gnome-print-master.h> +#include <libgnomeprint/gnome-print-master-preview.h> + +#include "widgets/menus/gal-view-menus.h" + +#include "addressbook/printing/e-contact-print.h" +#include "addressbook/printing/e-contact-print-envelope.h" + #include "gal-view-factory-minicard.h" #include "gal-view-minicard.h" #include "e-addressbook-view.h" #include "e-addressbook-model.h" - #include "e-minicard-view-widget.h" - -#include "e-contact-editor.h" #include "e-contact-save-as.h" -#include "addressbook/printing/e-contact-print.h" -#include "addressbook/printing/e-contact-print-envelope.h" -#include "e-card-simple.h" -#include "e-card.h" -#include "e-book.h" -#include "glade/glade-xml.h" - -#include <libgnomeprint/gnome-print.h> -#include <libgnomeprint/gnome-print-dialog.h> -#include <libgnomeprint/gnome-print-master.h> -#include <libgnomeprint/gnome-print-master-preview.h> +#include "e-contact-editor.h" static void e_addressbook_view_init (EAddressbookView *card); static void e_addressbook_view_class_init (EAddressbookViewClass *klass); |