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 --- intern/guardedalloc/MEM_guardedalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h index fcf4b488659..f96a49b9f4a 100644 --- a/intern/guardedalloc/MEM_guardedalloc.h +++ b/intern/guardedalloc/MEM_guardedalloc.h @@ -61,7 +61,7 @@ #ifndef MEM_MALLOCN_H #define MEM_MALLOCN_H -#include "stdio.h" /* needed for FILE* */ +#include /* needed for FILE* */ #include "MEM_sys_types.h" /* needed for uintptr_t */ #ifndef WARN_UNUSED -- cgit v1.2.3