diff options
author | James Henstridge <jamesh@src.gnome.org> | 2000-10-25 14:28:32 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2000-10-25 14:28:32 +0000 |
commit | e951bb46a26cee1abcf4540a9de79642158c0fda (patch) | |
tree | 822070f1d50512bd6c241f25818d52ffe1139adc /pygobject.h | |
parent | 05e128cf5f158d88bc1d8fe87aa7fa6b5b8ae247 (diff) | |
download | pygtk-e951bb46a26cee1abcf4540a9de79642158c0fda.tar.gz |
include <glib-object.h> rather than <gobject/...>
Diffstat (limited to 'pygobject.h')
-rw-r--r-- | pygobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygobject.h b/pygobject.h index 06badd83..62b1922b 100644 --- a/pygobject.h +++ b/pygobject.h @@ -6,7 +6,7 @@ #include <ExtensionClass.h> #include <glib.h> -#include <gobject/gobject.h> +#include <glib-object.h> typedef struct { PyObject_HEAD |