From 865025c343ac38f649b671d74fb6903dc2ec87da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Mar 2021 16:43:17 +1100 Subject: Cleanup: remove stdio.h header from MEM_guardedalloc.h This was included for `FILE *` which isn't used in the header. Ref D10799 --- source/blender/gpu/intern/gpu_material_library.c | 1 + source/blender/gpu/intern/gpu_node_graph.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source/blender/gpu/intern') diff --git a/source/blender/gpu/intern/gpu_material_library.c b/source/blender/gpu/intern/gpu_material_library.c index 64cd375d466..175facc0a8d 100644 --- a/source/blender/gpu/intern/gpu_material_library.c +++ b/source/blender/gpu/intern/gpu_material_library.c @@ -23,6 +23,7 @@ * GPU material library parsing and code generation. */ +#include #include #include "MEM_guardedalloc.h" diff --git a/source/blender/gpu/intern/gpu_node_graph.c b/source/blender/gpu/intern/gpu_node_graph.c index bf91a5bbb4d..b220c60e979 100644 --- a/source/blender/gpu/intern/gpu_node_graph.c +++ b/source/blender/gpu/intern/gpu_node_graph.c @@ -23,6 +23,7 @@ * Intermediate node graph for generating GLSL shaders. */ +#include #include #include "MEM_guardedalloc.h" -- cgit v1.2.3