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
This commit is contained in:
Thomas James Alexander Thurman
2008-11-12 03:43:51 +00:00
parent d079ef538c
commit 39e389cc5b
12 changed files with 29 additions and 19 deletions

View File

@ -29,7 +29,7 @@
#include "place.h"
#include "workspace.h"
#include "prefs.h"
#include <gdk/gdkregion.h>
#include <gdk/gdk.h>
#include <math.h>
#include <stdlib.h>