Further reduction of include dependencies
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
#include "iimage.h"
|
||||
#include "imageformat.h"
|
||||
#include "LUT.h"
|
||||
#include "procevents.h"
|
||||
#include "rawmetadatalocation.h"
|
||||
#include "rt_math.h"
|
||||
@@ -43,6 +42,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
class LUT;
|
||||
|
||||
using LUTu = LUT<uint32_t>;
|
||||
|
||||
class EditDataProvider;
|
||||
namespace rtexif
|
||||
{
|
||||
|
Reference in New Issue
Block a user