pygobject r823 - trunk/gio



Author: johan
Date: Fri Jul 18 08:19:39 2008
New Revision: 823
URL: http://svn.gnome.org/viewvc/pygobject?rev=823&view=rev

Log:
Use #include <pygobject.h> instead of include "pygobject.h"

Modified:
   trunk/gio/giomodule.c
   trunk/gio/pygio-utils.h
   trunk/gio/unixmodule.c

Modified: trunk/gio/giomodule.c
==============================================================================
--- trunk/gio/giomodule.c	(original)
+++ trunk/gio/giomodule.c	Fri Jul 18 08:19:39 2008
@@ -23,7 +23,7 @@
 #  include "config.h"
 #endif
 #include <Python.h>
-#include "pygobject.h"
+#include <pygobject.h>
 
 #include <gio/gio.h>
 

Modified: trunk/gio/pygio-utils.h
==============================================================================
--- trunk/gio/pygio-utils.h	(original)
+++ trunk/gio/pygio-utils.h	Fri Jul 18 08:19:39 2008
@@ -25,7 +25,7 @@
 
 #include <Python.h>
 #include <gio/gio.h>
-#include "pygobject.h"
+#include <pygobject.h>
 
 extern PyTypeObject PyGCancellable_Type;
 

Modified: trunk/gio/unixmodule.c
==============================================================================
--- trunk/gio/unixmodule.c	(original)
+++ trunk/gio/unixmodule.c	Fri Jul 18 08:19:39 2008
@@ -23,7 +23,7 @@
 #  include "config.h"
 #endif
 #include <Python.h>
-#include "pygobject.h"
+#include <pygobject.h>
 
 #include <gio/gio.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]