From 3c3669894f9d8b9e079605aee1a84796532fbe5b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Oct 2021 13:12:38 +1100 Subject: Cleanup: use system includes --- source/blender/datatoc/datatoc_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/datatoc') diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c index ba7120daa92..8a0c7175fee 100644 --- a/source/blender/datatoc/datatoc_icon.c +++ b/source/blender/datatoc/datatoc_icon.c @@ -32,7 +32,7 @@ # include #endif -#include "png.h" +#include /* for Win32 DIR functions */ #ifdef WIN32 -- cgit v1.2.3