libgnome r3739 - in trunk: . libgnome



Author: chpe
Date: Thu May 29 12:54:03 2008
New Revision: 3739
URL: http://svn.gnome.org/viewvc/libgnome?rev=3739&view=rev

Log:

	* libgnome/gnome-help.h:
	* libgnome/gnome-url.h: Only include <glib.h>. Bug #535476.

Modified:
   trunk/ChangeLog
   trunk/libgnome/gnome-help.h
   trunk/libgnome/gnome-url.h

Modified: trunk/libgnome/gnome-help.h
==============================================================================
--- trunk/libgnome/gnome-help.h	(original)
+++ trunk/libgnome/gnome-help.h	Thu May 29 12:54:03 2008
@@ -23,7 +23,7 @@
 #ifndef GNOME_HELP_H
 #define GNOME_HELP_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <libgnome/gnome-program.h>
 
 G_BEGIN_DECLS

Modified: trunk/libgnome/gnome-url.h
==============================================================================
--- trunk/libgnome/gnome-url.h	(original)
+++ trunk/libgnome/gnome-url.h	Thu May 29 12:54:03 2008
@@ -24,8 +24,7 @@
 #ifndef GNOME_URL_H
 #define GNOME_URL_H
 
-#include <glib/gmacros.h>
-#include <glib/gerror.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 



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