summaryrefslogtreecommitdiff
path: root/gi/pyginterface.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-04-15 20:15:10 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-04-16 18:54:18 +0200
commitf3cb961528e9e913811ed425bd096fd133880683 (patch)
tree5e81a8c02547f46bef080d66e103825311b116f0 /gi/pyginterface.c
parenta6799b242c0abd6a9dfbf1e98742b2b922205ebf (diff)
downloadpygobject-f3cb961528e9e913811ed425bd096fd133880683.tar.gz
Remove all Python 2 C code
Diffstat (limited to 'gi/pyginterface.c')
-rw-r--r--gi/pyginterface.c2
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"