diff options
author | Michael Natterer <mitch@imendio.com> | 2008-10-30 16:34:16 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-10-30 16:34:16 +0000 |
commit | 3544c281330337d75d7bc399a8c1ad8ed9a0350a (patch) | |
tree | bb7732e32f0f23989a569bc4503d514b596a515d /gtk/gtkcontainer.h | |
parent | a3b07ac981ec10d286c98a8cbf39cb83d6763d2f (diff) | |
download | gtk+-3544c281330337d75d7bc399a8c1ad8ed9a0350a.tar.gz |
no need to include <gtk/gtkenums.h> in headers which somehow include
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
svn path=/trunk/; revision=21734
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 0e88f1a4ed..0bf30b9a2f 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -32,7 +32,6 @@ #define __GTK_CONTAINER_H__ -#include <gtk/gtkenums.h> #include <gtk/gtkwidget.h> #include <gtk/gtkadjustment.h> |