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

@ -1,3 +1,20 @@
2008-11-11 Maxim Ermilov <zaspire@rambler.ru>
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:
2008-11-10 Elijah Newren <newren gmail com>
* src/metacity.schemas.in.in: updated description of

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>

View File

@ -28,9 +28,9 @@
#ifndef WNCK_DRAW_WORKSPACE_H
#define WNCK_DRAW_WORKSPACE_H
#include <gdk/gdkdrawable.h>
#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>
typedef struct
{

View File

@ -25,7 +25,7 @@
#define META_GRADIENT_H
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdkcolor.h>
#include <gdk/gdk.h>
typedef enum
{

View File

@ -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"

View File

@ -34,7 +34,7 @@
#ifndef __META_ACCEL_LABEL_H__
#define __META_ACCEL_LABEL_H__
#include <gtk/gtklabel.h>
#include <gtk/gtk.h>
#include "common.h"
#ifdef __cplusplus

View File

@ -25,7 +25,7 @@
#define _XOPEN_SOURCE 600 /* for the maths routines over floats */
#include <math.h>
#include <gtk/gtkicontheme.h>
#include <gtk/gtk.h>
#include "preview-widget.h"
static void meta_preview_class_init (MetaPreviewClass *klass);

View File

@ -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

View File

@ -24,11 +24,7 @@
#include <config.h>
#include "resizepopup.h"
#include "util.h"
#include <gtk/gtkwindow.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkframe.h>
#include <gtk/gtkmain.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
struct _MetaResizePopup
{

View File

@ -57,9 +57,7 @@
#include "theme-parser.h"
#include "util.h"
#include "gradient.h"
#include <gtk/gtkwidget.h>
#include <gtk/gtkimage.h>
#include <gtk/gtkicontheme.h>
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>

View File

@ -27,7 +27,7 @@
#include "boxes.h"
#include "gradient.h"
#include "common.h"
#include <gtk/gtkrc.h>
#include <gtk/gtk.h>
typedef struct _MetaFrameStyle MetaFrameStyle;
typedef struct _MetaFrameStyleSet MetaFrameStyleSet;

View File

@ -22,7 +22,7 @@
*/
#include "theme.h"
#include <gtk/gtkmisc.h>
#include <gtk/gtk.h>
#ifndef META_THEME_WIDGET_H
#define META_THEME_WIDGET_H