summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.h
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2000-10-25 14:28:32 +0000
committerJames Henstridge <jamesh@src.gnome.org>2000-10-25 14:28:32 +0000
commit4e562b13acd6918c1fb9909ae95067b1b91702b4 (patch)
treed783c86b6fd68e77ca1b3ba9525570a2463f119b /gobject/pygobject.h
parente5307038806786754709ef94ce240e6b59ef6467 (diff)
downloadpygobject-4e562b13acd6918c1fb9909ae95067b1b91702b4.tar.gz
pygobject-4e562b13acd6918c1fb9909ae95067b1b91702b4.tar.xz
pygobject-4e562b13acd6918c1fb9909ae95067b1b91702b4.zip
include <glib-object.h> rather than <gobject/...>
Diffstat (limited to 'gobject/pygobject.h')
-rw-r--r--gobject/pygobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.h b/gobject/pygobject.h
index 06badd8..62b1922 100644
--- a/gobject/pygobject.h
+++ b/gobject/pygobject.h
@@ -6,7 +6,7 @@
#include <ExtensionClass.h>
#include <glib.h>
-#include <gobject/gobject.h>
+#include <glib-object.h>
typedef struct {
PyObject_HEAD