summaryrefslogtreecommitdiff
path: root/gi/pygi-struct.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-31 07:33:16 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-31 10:16:15 +0200
commit9739ccee4ee3508cea9086f33daebb9d8f10a6fd (patch)
tree1ea06397ae7ebc7767c2f1c50174f8c77a3ac7c4 /gi/pygi-struct.c
parent4a2cb2c55e34ec9948b59b4ae242a3305ecb5757 (diff)
downloadpygobject-9739ccee4ee3508cea9086f33daebb9d8f10a6fd.tar.gz
Merge pygtype.c and pygi-type.c
No need to have two similarly named files
Diffstat (limited to 'gi/pygi-struct.c')
-rw-r--r--gi/pygi-struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c
index c9429674..0160b2fd 100644
--- a/gi/pygi-struct.c
+++ b/gi/pygi-struct.c
@@ -23,7 +23,7 @@
#include "pygi-foreign.h"
#include "pygi-info.h"
#include "pygi-type.h"
-#include "pygtype.h"
+#include "pygi-type.h"
#include "pygpointer.h"
#include "pygi-python-compat.h"