summaryrefslogtreecommitdiff
path: root/gi/pygobject-object.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/pygobject-object.c
parent4a2cb2c55e34ec9948b59b4ae242a3305ecb5757 (diff)
downloadgobject-introspection-9739ccee4ee3508cea9086f33daebb9d8f10a6fd.tar.gz
Merge pygtype.c and pygi-type.c
No need to have two similarly named files
Diffstat (limited to 'gi/pygobject-object.c')
-rw-r--r--gi/pygobject-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygobject-object.c b/gi/pygobject-object.c
index 0bfeacc2..0f5b3e27 100644
--- a/gi/pygobject-object.c
+++ b/gi/pygobject-object.c
@@ -23,7 +23,7 @@
#include "pygobject-object.h"
#include "pyginterface.h"
#include "pygparamspec.h"
-#include "pygtype.h"
+#include "pygi-type.h"
#include "pygboxed.h"
#include "gimodule.h"