Author: abrander
Date: 2009-12-31 02:51:38 +0100 (Thu, 31 Dec 2009)
New Revision: 2940
Modified:
branches/rawstudio-ng-color/librawstudio/rs-dcp-factory.h
branches/rawstudio-ng-color/librawstudio/rs-dcp-file.h
branches/rawstudio-ng-color/librawstudio/rs-profile-selector.c
branches/rawstudio-ng-color/librawstudio/rs-tiff-ifd-entry.h
branches/rawstudio-ng-color/librawstudio/rs-tiff.h
Log:
Solved a few include dependencies.
Modified: branches/rawstudio-ng-color/librawstudio/rs-dcp-factory.h
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-dcp-factory.h 2009-12-31
01:39:27 UTC (rev 2939)
+++ branches/rawstudio-ng-color/librawstudio/rs-dcp-factory.h 2009-12-31
01:51:38 UTC (rev 2940)
@@ -2,6 +2,7 @@
#define RS_DCP_FACTORY_H
#include <glib-object.h>
+#include "rs-dcp-file.h"
G_BEGIN_DECLS
Modified: branches/rawstudio-ng-color/librawstudio/rs-dcp-file.h
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-dcp-file.h 2009-12-31
01:39:27 UTC (rev 2939)
+++ branches/rawstudio-ng-color/librawstudio/rs-dcp-file.h 2009-12-31
01:51:38 UTC (rev 2940)
@@ -20,7 +20,9 @@
#ifndef RS_DCP_FILE_H
#define RS_DCP_FILE_H
-#include <rawstudio.h>
+#include <rs-tiff.h>
+#include <rs-huesat-map.h>
+#include <rs-spline.h>
#include <glib-object.h>
G_BEGIN_DECLS
Modified: branches/rawstudio-ng-color/librawstudio/rs-profile-selector.c
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-profile-selector.c
2009-12-31 01:39:27 UTC (rev 2939)
+++ branches/rawstudio-ng-color/librawstudio/rs-profile-selector.c
2009-12-31 01:51:38 UTC (rev 2940)
@@ -1,4 +1,5 @@
#include "rs-profile-selector.h"
+#include "rs-icc-profile.h"
G_DEFINE_TYPE(RSProfileSelector, rs_profile_selector, GTK_TYPE_COMBO_BOX)
Modified: branches/rawstudio-ng-color/librawstudio/rs-tiff-ifd-entry.h
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-tiff-ifd-entry.h
2009-12-31 01:39:27 UTC (rev 2939)
+++ branches/rawstudio-ng-color/librawstudio/rs-tiff-ifd-entry.h
2009-12-31 01:51:38 UTC (rev 2940)
@@ -1,6 +1,7 @@
#ifndef RS_TIFF_IFD_ENTRY_H
#define RS_TIFF_IFD_ENTRY_H
+#include <rs-types.h>
#include <glib-object.h>
G_BEGIN_DECLS
@@ -25,8 +26,6 @@
GObjectClass parent_class;
} RSTiffIfdEntryClass;
-#include <rawstudio.h>
-
GType rs_tiff_ifd_entry_get_type(void);
RSTiffIfdEntry *rs_tiff_ifd_entry_new(RSTiff *tiff, guint offset);
Modified: branches/rawstudio-ng-color/librawstudio/rs-tiff.h
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-tiff.h 2009-12-31 01:39:27 UTC
(rev 2939)
+++ branches/rawstudio-ng-color/librawstudio/rs-tiff.h 2009-12-31 01:51:38 UTC
(rev 2940)
@@ -1,6 +1,8 @@
#ifndef RS_TIFF_H
#define RS_TIFF_H
+#include "rs-types.h"
+#include "rs-tiff-ifd-entry.h"
#include <glib-object.h>
G_BEGIN_DECLS
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit