Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-11-03 14:52:42 +01:00
parent b3b1008270
commit 6335b68a80
45 changed files with 154 additions and 69 deletions

View File

@@ -17,6 +17,7 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#include "color.h"
#include "procparams.h"
#include "rtengine.h"
@@ -45,3 +46,6 @@ int rtengine::getCoarseBitMask( const procparams::CoarseTransformParams &coarse)
return tr;
}
int rtengine::igammasrgb(float in) {
return Color::igamma_srgb(in);
}