summaryrefslogtreecommitdiff
path: root/gi/pygi-struct.c
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2016-05-31 15:31:38 +0200
committerChristoph Reiter <creiter@src.gnome.org>2016-06-01 21:21:31 +0200
commite1e05fb027c328ef41be0ba6d99883d2d7983f70 (patch)
tree4b3c887b69af3110a74a7aa1e8a33198646f2db3 /gi/pygi-struct.c
parentc86424c73725610ac2ef832c1fa41a777f9a5efa (diff)
downloadpygobject-e1e05fb027c328ef41be0ba6d99883d2d7983f70.tar.gz
Remove pygi.h and pygi-private.h
Instead include things where needed. https://bugzilla.gnome.org/show_bug.cgi?id=767084
Diffstat (limited to 'gi/pygi-struct.c')
-rw-r--r--gi/pygi-struct.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c
index c379a881..5bbb7899 100644
--- a/gi/pygi-struct.c
+++ b/gi/pygi-struct.c
@@ -19,7 +19,10 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "pygi-private.h"
+#include "pygi-struct.h"
+#include "pygi-foreign.h"
+#include "pygi-info.h"
+#include "pygi-type.h"
#include "pygobject-private.h"
#include <girepository.h>