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/editors/io/io_usd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/io') diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c index d0007d9e5be..4e2ccea36ab 100644 --- a/source/blender/editors/io/io_usd.c +++ b/source/blender/editors/io/io_usd.c @@ -57,7 +57,7 @@ # include "io_usd.h" # include "usd.h" -# include "stdio.h" +# include const EnumPropertyItem rna_enum_usd_export_evaluation_mode_items[] = { {DAG_EVAL_RENDER, -- cgit v1.2.3