Further reduction of include dependencies
This commit is contained in:
@@ -17,18 +17,20 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
#include "iccprofilecreator.h"
|
||||
#include "../rtengine/iccstore.h"
|
||||
#include "multilangmgr.h"
|
||||
#include "cachemanager.h"
|
||||
#include "addsetids.h"
|
||||
#include "../rtengine/color.h"
|
||||
#include "options.h"
|
||||
#include "pathutils.h"
|
||||
#include "rtimage.h"
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
#include "rtwindow.h"
|
||||
|
||||
const char* sTRCPreset[] = {"BT709_g2.2_s4.5", "sRGB_g2.4_s12.92", "linear_g1.0", "standard_g2.2", "standard_g1.8", "High_g1.3_s3.35", "Low_g2.6_s6.9", "Lab_g3.0s9.03296"}; //gamma free
|
||||
|
||||
|
Reference in New Issue
Block a user