aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-filter-bar.h
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-03-30 02:16:57 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-03-30 02:16:57 +0800
commit69dd62ddd068fb45bd91c13402fa53c18a5f9e3e (patch)
treeb5b833a8c228b69604a6571863466b889cec4a48 /widgets/misc/e-filter-bar.h
parentc72573f31ba56785b6bbbb5c34326c7b1b734097 (diff)
downloadgsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.gz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.bz2
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.lz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.xz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.zst
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.zip
Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include
2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-dropdown-button.c: Replace #include <gtk/gtk.h> * e-dropdown-button.h: Remove #include <gnome.h> * e-filter-bar.c: Replace #include <gtk/gtk.h> * e-filter-bar.h: Replace #include <gtk/gtk.h> * e-messagebox.c: Add #includes to count for removed <gnome.h> in e-messagebox.h: * e-messagebox.h: Replace #include <gnome.h> * e-search-bar.c: Replace #include <gnome.h> * e-search-bar.h: Same here * test-calendar.c: Remove #include <gnome.h> * test-dateedit.c: Replace #include <gnome.h> * test-dropdown-button.c: Same here. * test-title-bar.c: Same here. svn path=/trunk/; revision=9018
Diffstat (limited to 'widgets/misc/e-filter-bar.h')
-rw-r--r--widgets/misc/e-filter-bar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-filter-bar.h b/widgets/misc/e-filter-bar.h
index 8f4d60079b..58b0cd3db9 100644
--- a/widgets/misc/e-filter-bar.h
+++ b/widgets/misc/e-filter-bar.h
@@ -21,7 +21,8 @@
#ifndef __E_FILTER_BAR_H__
#define __E_FILTER_BAR_H__
-#include <gtk/gtk.h>
+#include <gtk/gtkobject.h>
+#include <gtk/gtkwidget.h>
#include "e-search-bar.h"
#include "filter/rule-context.h"