diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-28 01:54:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-28 01:54:55 -0400 |
commit | 6f39855c0837aa7244a6ae9f9848d948f6fdeda3 (patch) | |
tree | 78e6611679ccc62179879b5a8a0c63980664995e /gtk/gtktooltip.c | |
parent | fd92e7150d2da1305ec1bda8536f81c82a1d0b89 (diff) | |
download | gtk+-6f39855c0837aa7244a6ae9f9848d948f6fdeda3.tar.gz |
More include cleanups
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 00aa6bf41d..f65e08df4c 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -31,7 +31,7 @@ #include "gtkmain.h" #include "gtklabel.h" #include "gtkimage.h" -#include "gtkhbox.h" +#include "gtkbox.h" #include "gtksizerequest.h" #include "gtkwindowprivate.h" |