diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2016-05-31 15:31:38 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2016-06-01 21:21:31 +0200 |
commit | e1e05fb027c328ef41be0ba6d99883d2d7983f70 (patch) | |
tree | 4b3c887b69af3110a74a7aa1e8a33198646f2db3 /gi/pygi-cache.c | |
parent | c86424c73725610ac2ef832c1fa41a777f9a5efa (diff) | |
download | pygobject-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-cache.c')
-rw-r--r-- | gi/pygi-cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c index 62b09615..263dc8ef 100644 --- a/gi/pygi-cache.c +++ b/gi/pygi-cache.c @@ -35,6 +35,8 @@ #include "pygi-object.h" #include "pygi-struct-marshal.h" #include "pygi-enum-marshal.h" +#include "pygi-resulttuple.h" +#include "pygi-invoke.h" /* _arg_info_default_value |