From e1e05fb027c328ef41be0ba6d99883d2d7983f70 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 31 May 2016 15:31:38 +0200 Subject: Remove pygi.h and pygi-private.h Instead include things where needed. https://bugzilla.gnome.org/show_bug.cgi?id=767084 --- gi/pygi-basictype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gi/pygi-basictype.c') 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 -- cgit v1.2.1