diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-15 20:15:10 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-16 18:54:18 +0200 |
commit | f3cb961528e9e913811ed425bd096fd133880683 (patch) | |
tree | 5e81a8c02547f46bef080d66e103825311b116f0 /gi/pyginterface.c | |
parent | a6799b242c0abd6a9dfbf1e98742b2b922205ebf (diff) | |
download | pygobject-f3cb961528e9e913811ed425bd096fd133880683.tar.gz |
Remove all Python 2 C code
Diffstat (limited to 'gi/pyginterface.c')
-rw-r--r-- | gi/pyginterface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pyginterface.c b/gi/pyginterface.c index a80b40ff..db15587c 100644 --- a/gi/pyginterface.c +++ b/gi/pyginterface.c @@ -23,7 +23,7 @@ #include <Python.h> #include <glib-object.h> -#include "pygi-python-compat.h" +#include "pygi-util.h" #include "pyginterface.h" #include "pygi-type.h" |