diff options
| -rw-r--r-- | gio/giomodule.c | 2 | ||||
| -rw-r--r-- | gio/pygio-utils.h | 2 | ||||
| -rw-r--r-- | 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 <Python.h> -#include "pygobject.h" +#include <pygobject.h> #include <gio/gio.h> 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 <Python.h> #include <gio/gio.h> -#include "pygobject.h" +#include <pygobject.h> 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 <Python.h> -#include "pygobject.h" +#include <pygobject.h> #include <gio/gio.h> |
