summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2008-06-28 10:06:40 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2008-06-28 10:06:40 +0000
commitb71fbde92cfece6912580ca15808f24ee442559a (patch)
tree0b5a1c9e631d0a750e73b5d160fbc413537eb475 /gconf/gconf-client.h
parent24c898f98d91b9d7602a64e825ad27b6a7b408c7 (diff)
downloadgconf-b71fbde92cfece6912580ca15808f24ee442559a.tar.gz
Clean up includes and fix a couple compiler warnings.
2008-06-28 Kjartan Maraas <kmaraas@gnome.org> * backends/evoldap-backend.c: * backends/gconf-merge-tree.c: * backends/markup-backend.c: * backends/markup-tree.c: * backends/markup-tree.h: * backends/xml-backend.c: * backends/xml-cache.c: * backends/xml-cache.h: * backends/xml-dir.c: * backends/xml-dir.h: * backends/xml-entry.c: * backends/xml-entry.h: * backends/xml-test.c: * gconf/Makefile.am: * gconf/gconf-backend.c: * gconf/gconf-backend.h: * gconf/gconf-changeset.c: * gconf/gconf-changeset.h: * gconf/gconf-client.c: * gconf/gconf-client.h: * gconf/gconf-database.c: * gconf/gconf-engine.h: * gconf/gconf-error.c: * gconf/gconf-glib.c: * gconf/gconf-internals.c: (gconf_get_daemon_dir), (gconf_activate_server): * gconf/gconf-internals.h: * gconf/gconf-listeners.c: * gconf/gconf-locale.c: * gconf/gconf-sanity-check.c: * gconf/gconf-schema.c: * gconf/gconf-schema.h: * gconf/gconf-sources.c: * gconf/gconf-value.c: * gconf/gconf.h: * gconf/gconftool.c: * gconf/testclient.c: * gconf/testgconfclient.c: Clean up includes and fix a couple compiler warnings. svn path=/trunk/; revision=2621
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index d24af511..29eec237 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -22,9 +22,9 @@
#define GCONF_GCONF_CLIENT_H
#include <glib-object.h>
-#include <gconf/gconf.h>
-#include <gconf/gconf-listeners.h>
-#include <gconf/gconf-changeset.h>
+#include "gconf/gconf.h"
+#include "gconf/gconf-listeners.h"
+#include "gconf/gconf-changeset.h"
G_BEGIN_DECLS