diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-07-18 08:19:39 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-18 08:19:39 +0000 |
commit | b2f9b0f1f2f3b4b4f708f768616eadca00ddc974 (patch) | |
tree | b60e84253d1dfa2564c86fc5c31aca0098c78903 /gio/unixmodule.c | |
parent | c5e6c27c01bd1a7cca079df7d22aa95e58e7de63 (diff) | |
download | pygobject-b2f9b0f1f2f3b4b4f708f768616eadca00ddc974.tar.gz pygobject-b2f9b0f1f2f3b4b4f708f768616eadca00ddc974.tar.xz pygobject-b2f9b0f1f2f3b4b4f708f768616eadca00ddc974.zip |
Use #include <pygobject.h> instead of include "pygobject.h"
svn path=/trunk/; revision=823
Diffstat (limited to 'gio/unixmodule.c')
-rw-r--r-- | gio/unixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |