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

@@ -20,13 +20,17 @@
#include <memory>
#include "color.h"
#include "coord2d.h"
#include "gamutwarning.h"
#include "LUT.h"
#include "pipettebuffer.h"
#include "shmap.h"
template<typename T>
class LUT;
using LUTu = LUT<uint32_t>;
using LUTf = LUT<float>;
template<typename T, const size_t num>
class multi_array2D;
namespace rtengine