From 27fe72cf0d0560a65638e21163e34b96d2603dea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 6 May 2024 11:28:10 +1000 Subject: [PATCH] Cleanup: use angle brackets for system include --- source/blender/simulation/intern/implicit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/simulation/intern/implicit.h b/source/blender/simulation/intern/implicit.h index 6b9b739a899..fd91d95247f 100644 --- a/source/blender/simulation/intern/implicit.h +++ b/source/blender/simulation/intern/implicit.h @@ -8,7 +8,7 @@ * \ingroup sim */ -#include "stdio.h" +#include #include "BLI_utildefines.h"