libbonobo r3468 - in trunk: . bonobo bonobo-activation



Author: chpe
Date: Thu May 29 15:58:27 2008
New Revision: 3468
URL: http://svn.gnome.org/viewvc/libbonobo?rev=3468&view=rev

Log:
	* bonobo-activation/bonobo-activation-init.h:
	* bonobo/bonobo-macros.h:
	* bonobo/bonobo-types.h: Include <glib.h> instead of single
	headers.
	Bug #535475.


Modified:
   trunk/ChangeLog
   trunk/bonobo-activation/bonobo-activation-init.h
   trunk/bonobo/bonobo-macros.h
   trunk/bonobo/bonobo-types.h

Modified: trunk/bonobo-activation/bonobo-activation-init.h
==============================================================================
--- trunk/bonobo-activation/bonobo-activation-init.h	(original)
+++ trunk/bonobo-activation/bonobo-activation-init.h	Thu May 29 15:58:27 2008
@@ -28,7 +28,7 @@
 #ifndef BONOBO_DISABLE_DEPRECATED
 #include <popt.h>
 #endif
-#include <glib/goption.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/bonobo/bonobo-macros.h
==============================================================================
--- trunk/bonobo/bonobo-macros.h	(original)
+++ trunk/bonobo/bonobo-macros.h	Thu May 29 15:58:27 2008
@@ -9,7 +9,7 @@
 #ifndef _BONOBO_MACROS_H_
 #define _BONOBO_MACROS_H_
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/bonobo/bonobo-types.h
==============================================================================
--- trunk/bonobo/bonobo-types.h	(original)
+++ trunk/bonobo/bonobo-types.h	Thu May 29 15:58:27 2008
@@ -11,7 +11,7 @@
 #define _BONOBO_TYPES_H_
 
 #include <stdarg.h>
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <glib-object.h>
 #include <bonobo/bonobo-object.h>
 #include <bonobo/bonobo-arg.h>



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