Don't include <gtk/gtk.h> twice. Same (comes in from -installer.h) Same.

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-details.c: Don't include <gtk/gtk.h> twice.
	* gnome-theme-installer.c: Same (comes in from -installer.h)
	* gnome-theme-manager.c: Same.
This commit is contained in:
Kjartan Maraas 2004-12-25 14:50:28 +00:00 committed by Kjartan Maraas
parent c24348a264
commit a3b069d6c5
4 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-details.c: Don't include <gtk/gtk.h> twice.
* gnome-theme-installer.c: Same (comes in from -installer.h)
* gnome-theme-manager.c: Same.
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications.

View file

@ -1,5 +1,3 @@
#include <gtk/gtk.h>
#include <config.h>
#include <string.h>

View file

@ -4,7 +4,6 @@
#include <string.h>
#include <libwindow-settings/gnome-wm-manager.h>
#include "gnome-theme-installer.h"
#include <gtk/gtk.h>
#include <gconf/gconf-client.h>
#include <glade/glade.h>
#include <libgnomevfs/gnome-vfs-async-ops.h>

View file

@ -4,7 +4,6 @@
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gconf/gconf-client.h>
#include <glade/glade.h>
#include <libgnomevfs/gnome-vfs-async-ops.h>