From 6324c5fed189f2f977e7571c2762f674a715a469 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Aug 2012 23:28:33 +0000 Subject: code cleanup: includes for imbuf, also remove double promotion. --- source/blender/imbuf/intern/png.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/png.c') diff --git a/source/blender/imbuf/intern/png.c b/source/blender/imbuf/intern/png.c index 928eb219ea5..92cd9622849 100644 --- a/source/blender/imbuf/intern/png.c +++ b/source/blender/imbuf/intern/png.c @@ -33,7 +33,8 @@ #include "png.h" -#include "BLI_blenlib.h" +#include "BLI_fileops.h" + #include "BLI_math.h" #include "MEM_guardedalloc.h" -- cgit v1.2.3