projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
code cleanup: header cleanup, remove commented workaround for mingw since its no...
[blender.git]
/
source
/
blender
/
imbuf
/
intern
/
imageprocess.c
diff --git
a/source/blender/imbuf/intern/imageprocess.c
b/source/blender/imbuf/intern/imageprocess.c
index 1976242ea4f6bc69fc492bec26fc8db7061ac6a1..ba165d51e968e5b241d01c58d36f086c5e2f0aee 100644
(file)
--- a/
source/blender/imbuf/intern/imageprocess.c
+++ b/
source/blender/imbuf/intern/imageprocess.c
@@
-46,7
+46,7
@@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
-#include
"math.h"
+#include
<math.h>
/* This define should be relocated to a global header some where Kent Mein
* I stole it from util.h in the plugins api */