diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 11:30:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 11:30:00 +0800 |
commit | 71c5738707028d12a3129a94a1b3823a7fab573c (patch) | |
tree | 262692b346e33d5cb0a08a3845ab9dc749f46068 /calendar/gui/e-calendar-table.c | |
parent | c1a12789acbbc59830e9141da9024debaecccdb2 (diff) | |
download | gsoc2013-evolution-71c5738707028d12a3129a94a1b3823a7fab573c.tar.gz 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 'calendar/gui/e-calendar-table.c')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 3f5e708e9d..ddf96d00f2 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -35,8 +35,8 @@ #include <glib.h> #include <glib/gi18n.h> #include <glib/gstdio.h> -#include <gnome.h> #include <gtk/gtk.h> +#include <gdk/gdkkeysyms.h> #include <misc/e-gui-utils.h> #include <table/e-cell-checkbox.h> #include <table/e-cell-toggle.h> |