summaryrefslogtreecommitdiff
path: root/gi/pygi-struct.c
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-10-31 02:22:03 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-01-14 10:19:32 -0800
commitd3e8946dbb23197a2e9d7de351a7b9cd04d360b9 (patch)
treef5d586dc95a51dd26e313ec55aa245a9b5ede9c2 /gi/pygi-struct.c
parenta329f559002f2be0898309c9d81cdf2c34aef158 (diff)
downloadpygobject-d3e8946dbb23197a2e9d7de351a7b9cd04d360b9.tar.gz
Merge gobject static code into the gi module
Remove gi._gobject._gobject as a separately compiled static module and move all the files into gi._gi. Remove dead module initialization macros from "pyglib-python-compat.h" https://bugzilla.gnome.org/show_bug.cgi?id=712197
Diffstat (limited to 'gi/pygi-struct.c')
-rw-r--r--gi/pygi-struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c
index 296c47c0..40bfb6da 100644
--- a/gi/pygi-struct.c
+++ b/gi/pygi-struct.c
@@ -22,8 +22,8 @@
*/
#include "pygi-private.h"
+#include "pygobject-private.h"
-#include <pygobject.h>
#include <girepository.h>
#include <pyglib-python-compat.h>