summaryrefslogtreecommitdiff
path: root/gi/pygi-resulttuple.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-23 14:33:07 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-23 14:33:07 +0100
commit9d1891d51968b7c5ac7928df0207c1b1e7800728 (patch)
treed9539443147e4acc418722e2bfc6337724683d04 /gi/pygi-resulttuple.c
parent42c63ade18b4e54ac9d75ee7b022d2b6839840fc (diff)
downloadpygobject-9d1891d51968b7c5ac7928df0207c1b1e7800728.tar.gz
Rename pyglib-python-compat.h to pygi-python-compat.h
There is no pyglib anymore
Diffstat (limited to 'gi/pygi-resulttuple.c')
-rw-r--r--gi/pygi-resulttuple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-resulttuple.c b/gi/pygi-resulttuple.c
index a8c20325..98590896 100644
--- a/gi/pygi-resulttuple.c
+++ b/gi/pygi-resulttuple.c
@@ -19,7 +19,7 @@
#include <glib.h>
#include "pygi-resulttuple.h"
-#include "pyglib-python-compat.h"
+#include "pygi-python-compat.h"
static char repr_format_key[] = "__repr_format";
static char tuple_indices_key[] = "__tuple_indices";