summaryrefslogtreecommitdiff
path: root/gi/pygi-basictype.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-basictype.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-basictype.c')
-rw-r--r--gi/pygi-basictype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-basictype.c b/gi/pygi-basictype.c
index 432559dc..470547d4 100644
--- a/gi/pygi-basictype.c
+++ b/gi/pygi-basictype.c
@@ -23,7 +23,7 @@
#include "pygi-basictype.h"
#include "pygi-argument.h"
-#include "pygi-private.h"
+#include "pygobject-private.h"
#ifdef G_OS_WIN32
#include <math.h>