summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorMiles Lane <miles@megapathdsl.net>2001-11-18 10:10:51 +0000
committerMiles Lane <miles@src.gnome.org>2001-11-18 10:10:51 +0000
commit9bbf65d7d388b914b98f66789269e716497fc0f2 (patch)
treeee82eceeca265b87413824a7a257d742ecdd9864 /gconf/gconf-client.h
parentdd426c62f9f93923772474bfbe328eef62d523e9 (diff)
downloadgconf-9bbf65d7d388b914b98f66789269e716497fc0f2.tar.gz
replace include of gobject/gobject.h with glib-object.h, due to a change
2001-11-18 Miles Lane <miles@megapathdsl.net> * gconf/gconf-client.h: replace include of gobject/gobject.h with glib-object.h, due to a change in gobject/gobject.h that forces an #error for all direct includes. This checkin was approved by Havoc.
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index e23f3214..1a7d22f6 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -21,7 +21,7 @@
#ifndef GCONF_GCONF_CLIENT_H
#define GCONF_GCONF_CLIENT_H
-#include <gobject/gobject.h>
+#include <glib-object.h>
#include <gconf/gconf.h>
#include <gconf/gconf-listeners.h>
#include <gconf/gconf-changeset.h>