Fix single GTK+ includes

This commit is contained in:
Kjartan Maraas 2009-07-13 23:57:41 +02:00
parent 232a92d148
commit 60b59b554b
4 changed files with 4 additions and 12 deletions

View file

@ -22,9 +22,7 @@
#define __SHELL_WINDOW_H__
#include <glib.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtkbox.h>
#include <gtk/gtkframe.h>
#include <gtk/gtk.h>
#include <libgnome/gnome-desktop-item.h>
#include "app-shell.h"