From 53139432dd5dd308c44cb3c536f24913afa7ccb2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Mar 2011 01:25:59 +0000 Subject: image.depth, 96/128 for float color images, was 24/32 for byte images. also use <> for system includes --- source/blender/modifiers/intern/MOD_smoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_smoke.c') diff --git a/source/blender/modifiers/intern/MOD_smoke.c b/source/blender/modifiers/intern/MOD_smoke.c index 351a86624be..b13d86a609e 100644 --- a/source/blender/modifiers/intern/MOD_smoke.c +++ b/source/blender/modifiers/intern/MOD_smoke.c @@ -35,7 +35,7 @@ */ -#include "stddef.h" +#include #include "MEM_guardedalloc.h" -- cgit v1.2.3