mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
d079ef538c
commit
39e389cc5b
17
ChangeLog
17
ChangeLog
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define META_GRADIENT_H
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <gdk/gdkcolor.h>
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user