diff options
author | Jens Granseuer <jensgr@gmx.net> | 2008-11-20 18:43:38 +0000 |
---|---|---|
committer | Jens Granseuer <jensg@src.gnome.org> | 2008-11-20 18:43:38 +0000 |
commit | f5c26281b73b52aaec8d6a8c059237b0016d65ca (patch) | |
tree | 26810f97f79f83e824727e92bfc1314e11e3c82e /shell | |
parent | 07eda34c364537f4cd872f4c7c22e1a4077dd44a (diff) | |
download | gnome-control-center-f5c26281b73b52aaec8d6a8c059237b0016d65ca.tar.gz |
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
Diffstat (limited to 'shell')
-rw-r--r-- | shell/control-center.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/control-center.c b/shell/control-center.c index f0d0b6312..8aefac4ec 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -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> |