From b2f9b0f1f2f3b4b4f708f768616eadca00ddc974 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 18 Jul 2008 08:19:39 +0000 Subject: Use #include instead of include "pygobject.h" svn path=/trunk/; revision=823 --- gio/giomodule.c | 2 +- gio/pygio-utils.h | 2 +- gio/unixmodule.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/giomodule.c b/gio/giomodule.c index 8ee6d47..a68d8c9 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -23,7 +23,7 @@ # include "config.h" #endif #include -#include "pygobject.h" +#include #include diff --git a/gio/pygio-utils.h b/gio/pygio-utils.h index 980c52f..0ebad55 100644 --- a/gio/pygio-utils.h +++ b/gio/pygio-utils.h @@ -25,7 +25,7 @@ #include #include -#include "pygobject.h" +#include extern PyTypeObject PyGCancellable_Type; diff --git a/gio/unixmodule.c b/gio/unixmodule.c index 827dca9..d2521b6 100644 --- a/gio/unixmodule.c +++ b/gio/unixmodule.c @@ -23,7 +23,7 @@ # include "config.h" #endif #include -#include "pygobject.h" +#include #include -- cgit