goffice r2048 - in trunk: . goffice/math goffice/utils



Author: jbrefort
Date: Sat Mar 22 11:03:17 2008
New Revision: 2048
URL: http://svn.gnome.org/viewvc/goffice?rev=2048&view=rev

Log:
2008-03-22  Jean Brefort  <jean brefort normalesup org>

	* goffice/math/go-complex.h: fixed go-math.h inclusion.
	* goffice/utils/go-image.h: include goffice-features.h.



Modified:
   trunk/ChangeLog
   trunk/goffice/math/go-complex.h
   trunk/goffice/utils/go-image.h

Modified: trunk/goffice/math/go-complex.h
==============================================================================
--- trunk/goffice/math/go-complex.h	(original)
+++ trunk/goffice/math/go-complex.h	Sat Mar 22 11:03:17 2008
@@ -1,7 +1,7 @@
 #ifndef GOFFICE_COMPLEX_H
 #define GOFFICE_COMPLEX_H
 
-#include <go-math.h>
+#include "go-math.h"
 
 G_BEGIN_DECLS
 

Modified: trunk/goffice/utils/go-image.h
==============================================================================
--- trunk/goffice/utils/go-image.h	(original)
+++ trunk/goffice/utils/go-image.h	Sat Mar 22 11:03:17 2008
@@ -20,6 +20,7 @@
 #define GO_IMAGE_H
 
 #include <glib-object.h>
+#include <goffice/goffice-features.h>
 #include <goffice/utils/goffice-utils.h>
 #include <cairo.h>
 



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