From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- lib/libc/stdio/fflush.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libc/stdio/fflush.c') diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index b3fca8bd..b73422a6 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -1,8 +1,5 @@ #include "__stdio.h" // for __FILE, _IO_ERR -#include "stddef.h" // for NULL -#include // for LIBC_UNLOCK, LIBC_LOCK -#include // for errno, EBADF, EIO #include int fflush(struct __FILE *stream) -- cgit v1.2.3