summaryrefslogtreecommitdiffstats
path: root/glib/pyglib-private.h
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2010-04-12 23:21:24 -0400
committerJohn Ehresman <jpe@wingware.com>2010-04-15 12:13:34 -0400
commitf6f2ed44c84aff3c38fc3eb5961b28621a14fc51 (patch)
tree20d33d2b2dc36a454ba8ad9e59b823b50569e3a8 /glib/pyglib-private.h
parentd8109d9de81a776794965d4cc1093ca03bebd6af (diff)
downloadpygobject-f6f2ed44c84aff3c38fc3eb5961b28621a14fc51.tar.gz
pygobject-f6f2ed44c84aff3c38fc3eb5961b28621a14fc51.tar.xz
pygobject-f6f2ed44c84aff3c38fc3eb5961b28621a14fc51.zip
Make pyglib-python-compat.h a public header and include in pygobject.h Also #define PyVarObject_HEAD_INIT if not defined (in < python 2.6)
Diffstat (limited to 'glib/pyglib-private.h')
-rw-r--r--glib/pyglib-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/pyglib-private.h b/glib/pyglib-private.h
index 8b033e1..c535fee 100644
--- a/glib/pyglib-private.h
+++ b/glib/pyglib-private.h
@@ -25,8 +25,6 @@
#include <Python.h>
#include <glib.h>
-#include <pyglib-python-compat.h>
-
G_BEGIN_DECLS
struct _PyGLib_Functions {