ORBit2 r2068 - in trunk: . include/orbit/util src/idl-compiler src/services/imodule



Author: chpe
Date: Thu May 29 15:55:57 2008
New Revision: 2068
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2068&view=rev

Log:
Only include the main headers, not single headers, into public ORBit2 headers. Bug #535474.


Modified:
   trunk/ChangeLog
   trunk/include/orbit/util/basic_types.h
   trunk/src/idl-compiler/orbit-idl-backend.h
   trunk/src/services/imodule/orbit-imodule.h

Modified: trunk/include/orbit/util/basic_types.h
==============================================================================
--- trunk/include/orbit/util/basic_types.h	(original)
+++ trunk/include/orbit/util/basic_types.h	Thu May 29 15:55:57 2008
@@ -2,7 +2,6 @@
 #define BASIC_TYPES_H 1
 
 #include <glib.h>
-#include <glib/gunicode.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/src/idl-compiler/orbit-idl-backend.h
==============================================================================
--- trunk/src/idl-compiler/orbit-idl-backend.h	(original)
+++ trunk/src/idl-compiler/orbit-idl-backend.h	Thu May 29 15:55:57 2008
@@ -25,7 +25,7 @@
 #ifndef __ORBIT_IDL_BACKEND_H__
 #define __ORBIT_IDL_BACKEND_H__
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <libIDL/IDL.h>
 
 G_BEGIN_DECLS

Modified: trunk/src/services/imodule/orbit-imodule.h
==============================================================================
--- trunk/src/services/imodule/orbit-imodule.h	(original)
+++ trunk/src/services/imodule/orbit-imodule.h	Thu May 29 15:55:57 2008
@@ -24,7 +24,7 @@
 #ifndef __ORBIT_IMODULE_H__
 #define __ORBIT_IMODULE_H__
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <orbit/orb-core/orbit-interface.h>
 #include <libIDL/IDL.h>
 



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