aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/sync.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-01 11:30:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-01 11:30:00 +0800
commit71c5738707028d12a3129a94a1b3823a7fab573c (patch)
tree262692b346e33d5cb0a08a3845ab9dc749f46068 /plugins/ipod-sync/sync.c
parentc1a12789acbbc59830e9141da9024debaecccdb2 (diff)
downloadgsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.gz
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.bz2
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.lz
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.xz
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.zst
gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.zip
Only #include specific libgnome[ui] headers; easier to track.
Stop including top-level libgnome[ui] headers -- <gnome.h>, <libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include specific header files so we can track them easier. Also, remove several unshipped test programs. Mostly ETable stuff.
Diffstat (limited to 'plugins/ipod-sync/sync.c')
-rw-r--r--plugins/ipod-sync/sync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ipod-sync/sync.c b/plugins/ipod-sync/sync.c
index 1da7ecd983..a444af1bd9 100644
--- a/plugins/ipod-sync/sync.c
+++ b/plugins/ipod-sync/sync.c
@@ -20,8 +20,9 @@
#include "config.h"
#include "evolution-ipod-sync.h"
-#include <gnome.h>
+#include <gtk/gtk.h>
+#include <glib/gi18n-lib.h>
#include <libebook/e-book.h>
#include <libebook/e-contact.h>
#include <libecal/e-cal.h>