reduce some include dependencies

This commit is contained in:
Ingo Weyrich
2020-01-17 23:18:48 +01:00
parent 906347ab2d
commit d82ea3af02
12 changed files with 71 additions and 23 deletions

View File

@@ -20,7 +20,6 @@
#include <vector>
#include <glibmm/ustring.h>
#include <lcms2.h>
#include "alignedbuffer.h"
@@ -41,6 +40,13 @@
#define CHECK_BOUNDS 0
namespace Glib
{
class ustring;
}
namespace rtengine
{