Author: abrander Date: 2009-10-21 03:22:14 +0200 (Wed, 21 Oct 2009) New Revision: 2733
Modified: trunk/librawstudio/rs-color-space.c trunk/librawstudio/rs-color-space.h Log: Moved rawstudio.h include to better support tailing. Modified: trunk/librawstudio/rs-color-space.c =================================================================== --- trunk/librawstudio/rs-color-space.c 2009-10-21 01:01:36 UTC (rev 2732) +++ trunk/librawstudio/rs-color-space.c 2009-10-21 01:22:14 UTC (rev 2733) @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "rs-color-space.h" +#include "rawstudio.h" G_DEFINE_TYPE (RSColorSpace, rs_color_space, G_TYPE_OBJECT) Modified: trunk/librawstudio/rs-color-space.h =================================================================== --- trunk/librawstudio/rs-color-space.h 2009-10-21 01:01:36 UTC (rev 2732) +++ trunk/librawstudio/rs-color-space.h 2009-10-21 01:22:14 UTC (rev 2733) @@ -21,7 +21,6 @@ #define RS_COLOR_SPACE_H #include <glib-object.h> -#include "rawstudio.h" G_BEGIN_DECLS _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
