summaryrefslogtreecommitdiffstats
path: root/gio/unixmodule.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-18 08:19:39 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-18 08:19:39 +0000
commitb2f9b0f1f2f3b4b4f708f768616eadca00ddc974 (patch)
treeb60e84253d1dfa2564c86fc5c31aca0098c78903 /gio/unixmodule.c
parentc5e6c27c01bd1a7cca079df7d22aa95e58e7de63 (diff)
downloadpygobject-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.c2
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>