diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-03-22 23:04:53 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-03-22 23:08:55 +0100 |
commit | eace9489c6fade247f9aeb960e0183a141a1f8d5 (patch) | |
tree | 44185a5cd9089386624e49a8787536284e61cae2 /gi/pygi-invoke.c | |
parent | 507e6a2824b5bde57e43c56c3178b5dac57506a1 (diff) | |
download | pygobject-eace9489c6fade247f9aeb960e0183a141a1f8d5.tar.gz |
Remove pyglib.c/h
Leftovers from the static bindings, move to their users.
Diffstat (limited to 'gi/pygi-invoke.c')
-rw-r--r-- | gi/pygi-invoke.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pygi-invoke.c b/gi/pygi-invoke.c index fca48bae..09132256 100644 --- a/gi/pygi-invoke.c +++ b/gi/pygi-invoke.c @@ -20,7 +20,6 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <pyglib.h> #include "pygi-invoke.h" #include "pygi-marshal-cleanup.h" #include "pygi-error.h" |