diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-23 10:47:22 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-23 10:47:22 +0000 |
commit | 7dfaf81ee27c3ed93e5417b1bc8db0c4d4dfa95a (patch) | |
tree | 6d23ff5e30d36139df8f64a351e29b6e299d2c38 /gtk/gtktestutils.h | |
parent | 0cad30afb829bce0dab03d1490a0a18f6a11d0d5 (diff) | |
download | gtk+-7dfaf81ee27c3ed93e5417b1bc8db0c4d4dfa95a.tar.gz |
gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as
2008-06-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.h
* gtk/gtktestutils.h
* gtk/gtkshow.[ch]: remove as many includes as possible from these
new files. They can't be included individually, so nothing can break.
svn path=/trunk/; revision=20673
Diffstat (limited to 'gtk/gtktestutils.h')
-rw-r--r-- | gtk/gtktestutils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtktestutils.h b/gtk/gtktestutils.h index c6fe4fa5b1..5b90dc67c1 100644 --- a/gtk/gtktestutils.h +++ b/gtk/gtktestutils.h @@ -25,9 +25,6 @@ #ifndef __GTK_TEST_UTILS_H__ #define __GTK_TEST_UTILS_H__ -#include <gtk/gtkwidget.h> -#include <gtk/gtkspinbutton.h> - G_BEGIN_DECLS /* --- Gtk+ Test Utility API --- */ |