Patch by: Maxim Ermilov <zaspire@rambler.ru>

2008-11-20  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Maxim Ermilov <zaspire@rambler.ru>

	capplets/sound/mixer-support.[ch]:
	capplets/appearance/*.[ch]:
	capplets/common/*.[ch]:
	capplets/keybindings/egg*.[ch]:
	capplets/keyboard/gnome-keyboard-properties-a11y.h:
	shell/control-center.c:
	typing-break/*.[ch]:
	only include top-level headers for glib and GTK+ (bug #561562)

svn path=/trunk/; revision=9148
This commit is contained in:
Jens Granseuer 2008-11-20 18:43:38 +00:00 committed by Jens Granseuer
parent 07eda34c36
commit f5c26281b7
17 changed files with 29 additions and 26 deletions

View file

@ -1,3 +1,16 @@
2008-11-20 Jens Granseuer <jensgr@gmx.net>
Patch by: Maxim Ermilov <zaspire@rambler.ru>
capplets/sound/mixer-support.[ch]:
capplets/appearance/*.[ch]:
capplets/common/*.[ch]:
capplets/keybindings/egg*.[ch]:
capplets/keyboard/gnome-keyboard-properties-a11y.h:
shell/control-center.c:
typing-break/*.[ch]:
only include top-level headers for glib and GTK+ (bug #561562)
2008-11-18 Jens Granseuer <jensgr@gmx.net>
* font-viewer/font-view.c: (add_face_info), (set_icon):

View file

@ -31,7 +31,7 @@
#ifndef __GEDIT_MESSAGE_AREA_H__
#define __GEDIT_MESSAGE_AREA_H__
#include <gtk/gtkhbox.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS

View file

@ -21,7 +21,7 @@
#include <glib.h>
#include <gio/gio.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtktreeview.h>
#include <gtk/gtk.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-desktop-thumbnail.h>
#include <libgnomeui/gnome-bg.h>

View file

@ -23,8 +23,7 @@
* Taken bits of code from panel-stock-icons.c, Thanks Mark <mark@skynet.ie>
*/
#include <gtk/gtkstock.h>
#include <gtk/gtkiconfactory.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "capplet-stock-icons.h"

View file

@ -26,8 +26,8 @@
#ifndef __CAPPLET_STOCK_ICONS_H__
#define __CAPPLET_STOCK_ICONS_H__
#include <glib/gmacros.h>
#include <gtk/gtkenums.h>
#include <glib.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS

View file

@ -24,7 +24,7 @@
#ifndef __FILE_TRANSFER_DIALOG_H__
#define __FILE_TRANSFER_DIALOG_H__
#include <gtk/gtkdialog.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS

View file

@ -24,7 +24,7 @@
#include <string.h>
#include <gdk/gdkx.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkaccelgroup.h>
#include <gtk/gtk.h>
enum
{

View file

@ -21,7 +21,7 @@
#ifndef __EGG_ACCELERATORS_H__
#define __EGG_ACCELERATORS_H__
#include <gtk/gtkaccelgroup.h>
#include <gtk/gtk.h>
#include <gdk/gdk.h>
G_BEGIN_DECLS

View file

@ -20,7 +20,7 @@
#ifndef __EGG_CELL_RENDERER_KEYS_H__
#define __EGG_CELL_RENDERER_KEYS_H__
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtk.h>
#include "eggaccelerators.h"
G_BEGIN_DECLS

View file

@ -25,7 +25,7 @@
#define __GNOME_KEYBOARD_PROPERTY_A11Y_H
#include <gconf/gconf-changeset.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
extern void setup_a11y_tabs (GladeXML * dialog, GConfChangeSet * changeset);

View file

@ -24,11 +24,11 @@
#include <string.h>
#include <glib/glist.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <gst/audio/mixerutils.h>
#include <gtk/gtkliststore.h>
#include <gtk/gtk.h>
#include "mixer-support.h"

View file

@ -22,7 +22,7 @@
#ifndef __GNOME_SETTINGS_MIXER_SUPPORT__
#define __GNOME_SETTINGS_MIXER_SUPPORT__
#include <gtk/gtktreemodel.h>
#include <gtk/gtk.h>
#include <gst/interfaces/mixer.h>
G_BEGIN_DECLS

View file

@ -23,14 +23,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtkhbox.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkimage.h>
#include <gtk/gtkvbox.h>
#include <gtk/gtktable.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtktogglebutton.h>
#include <gtk/gtkentry.h>
#include <panel-applet.h>
#include <libgnome/gnome-desktop-item.h>
#include <libgnomeui/libgnomeui.h>

View file

@ -22,7 +22,7 @@
#ifndef __DRW_BREAK_WINDOW_H__
#define __DRW_BREAK_WINDOW_H__
#include <gtk/gtkwindow.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS

View file

@ -22,7 +22,7 @@
#include <config.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gtk/gtkinvisible.h>
#include <gtk/gtk.h>
#include <math.h>
#include <unistd.h>
#include <sys/ioctl.h>

View file

@ -21,7 +21,7 @@
#ifndef __DRW_UTILS_H__
#define __DRW_UTILS_H__
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>
void drw_setup_background (GtkWidget *window);

View file

@ -27,7 +27,6 @@
#include <glib/gi18n.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkspawn.h>
#include <gtk/gtk.h>
#include <gconf/gconf-client.h>