reduce include dependecies
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
* available at https://arxiv.org/abs/1505.00996
|
* available at https://arxiv.org/abs/1505.00996
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "array2D.h"
|
||||||
#include "boxblur.h"
|
#include "boxblur.h"
|
||||||
#include "guidedfilter.h"
|
#include "guidedfilter.h"
|
||||||
#include "imagefloat.h"
|
#include "imagefloat.h"
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include "coord2d.h"
|
#include "coord2d.h"
|
||||||
#include "imagedata.h"
|
#include "imagedata.h"
|
||||||
#include "LUT.h"
|
|
||||||
#include "rtengine.h"
|
#include "rtengine.h"
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
@@ -32,6 +32,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "array2D.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "guidedfilter.h"
|
#include "guidedfilter.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
|
@@ -20,9 +20,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "array2D.h"
|
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
|
|
||||||
|
template<typename T>
|
||||||
|
class array2D;
|
||||||
|
|
||||||
|
|
||||||
namespace rtengine
|
namespace rtengine
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user