diff options
author | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-11-12 03:43:51 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-11-12 03:43:51 +0000 |
commit | 39e389cc5b2fb1931f552c007e978bd5b7b01716 (patch) | |
tree | 4c26eca4fbbcd75d2a6861b0fe56ab1008b5f407 /src/ui/preview-widget.h | |
parent | d079ef538cba10c20bd7f3ef02875a1fa3802d57 (diff) | |
download | metacity-39e389cc5b2fb1931f552c007e978bd5b7b01716.tar.gz metacity-39e389cc5b2fb1931f552c007e978bd5b7b01716.tar.bz2 |
Clean up #includes according to the GNOME Goal.
Closes #560449. Patch is 122467.
* src/core/place.c:
* src/ui/draw-workspace.h:
* src/ui/gradient.h:
* src/ui/metaaccellabel.c:
* src/ui/metaaccellabel.h:
* src/ui/preview-widget.c:
* src/ui/preview-widget.h:
* src/ui/resizepopup.c:
* src/ui/theme.c:
* src/ui/theme.h:
* src/ui/themewidget.h:
svn path=/trunk/; revision=4017
Diffstat (limited to 'src/ui/preview-widget.h')
-rw-r--r-- | src/ui/preview-widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/preview-widget.h b/src/ui/preview-widget.h index 32b3c48..ab6a8f9 100644 --- a/src/ui/preview-widget.h +++ b/src/ui/preview-widget.h @@ -22,7 +22,7 @@ */ #include "theme.h" -#include <gtk/gtkbin.h> +#include <gtk/gtk.h> #ifndef META_PREVIEW_WIDGET_H #define META_PREVIEW_WIDGET_H |