From 569b61137cf45521d9fd4f693cf841be485dd4b8 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 13 Dec 2025 11:17:09 -0700 Subject: move all standard library includes into util.h --- sam.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sam.c') diff --git a/sam.c b/sam.c index 2d6e634..cd91059 100644 --- a/sam.c +++ b/sam.c @@ -16,15 +16,6 @@ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ -#include -#include -#include -#include -#include -#include -#include -#include - #include "util.h" #include "sam.h" -- cgit v1.2.3