aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-container.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 /widgets/table/e-table-group-container.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 'widgets/table/e-table-group-container.c')
-rw-r--r--widgets/table/e-table-group-container.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 592cd1eee5..c342c6ca7e 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/table/e-table-group-container.c
@@ -22,9 +22,8 @@
#include <config.h>
-#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include <libgnome/libgnome.h>
+#include <gdk/gdkkeysyms.h>
#include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
#include "text/e-text.h"