Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/render/intern/include/gammaCorrectionTables.h')
-rw-r--r--source/blender/render/intern/include/gammaCorrectionTables.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/render/intern/include/gammaCorrectionTables.h b/source/blender/render/intern/include/gammaCorrectionTables.h
index 2bef629582d..8df743e468d 100644
--- a/source/blender/render/intern/include/gammaCorrectionTables.h
+++ b/source/blender/render/intern/include/gammaCorrectionTables.h
@@ -35,11 +35,6 @@
#ifndef GAMMACORRECTIONTABLES_H
#define GAMMACORRECTIONTABLES_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
/* Default gamma. For most CRTs, gamma ranges from 2.2 to 2.5 (Foley), so */
/* 2.35 seems appropriate enough. Experience teaches a different number */
/* though. Old blender: 2.0. It might be nice to make this a slider */