From 3786856b723d2d77873016504ff7a5af012f8467 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:41:59 +0530 Subject: [PATCH] Remove stdint.h in stream buffer file (#725) * Remove stdint.h in stream buffer file Signed-off-by: kar-rahul-aws --- stream_buffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stream_buffer.c b/stream_buffer.c index 80975bdc8..3a82ba31c 100644 --- a/stream_buffer.c +++ b/stream_buffer.c @@ -27,7 +27,6 @@ */ /* Standard includes. */ -#include #include /* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining