clean array2D.h dependencies
This commit is contained in:
@@ -20,11 +20,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "array2D.h"
|
||||
template<typename T> class array2D;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
|
||||
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=0);
|
||||
|
||||
} // namespace rtengine
|
||||
|
@@ -18,6 +18,7 @@
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "array2D.h"
|
||||
#include "color.h"
|
||||
#include "curves.h"
|
||||
#include "guidedfilter.h"
|
||||
|
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "improcfun.h"
|
||||
|
||||
#include "array2D.h"
|
||||
#include "color.h"
|
||||
#include "curves.h"
|
||||
#include "gauss.h"
|
||||
|
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "array2D.h"
|
||||
#include "iimage.h"
|
||||
|
||||
class EditDataProvider;
|
||||
|
Reference in New Issue
Block a user