summaryrefslogtreecommitdiff
path: root/src/ui/metaaccellabel.c
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-12 03:43:51 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-12 03:43:51 +0000
commit39e389cc5b2fb1931f552c007e978bd5b7b01716 (patch)
tree4c26eca4fbbcd75d2a6861b0fe56ab1008b5f407 /src/ui/metaaccellabel.c
parentd079ef538cba10c20bd7f3ef02875a1fa3802d57 (diff)
downloadmetacity-39e389cc5b2fb1931f552c007e978bd5b7b01716.tar.gz
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/metaaccellabel.c')
-rw-r--r--src/ui/metaaccellabel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/metaaccellabel.c b/src/ui/metaaccellabel.c
index cdc86369..d5233042 100644
--- a/src/ui/metaaccellabel.c
+++ b/src/ui/metaaccellabel.c
@@ -33,8 +33,7 @@
#include <config.h>
#include "metaaccellabel.h"
-#include <gtk/gtkmain.h>
-#include <gtk/gtkaccelmap.h>
+#include <gtk/gtk.h>
#include <string.h>
#include "util.h"