aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-12-13 11:17:09 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-12-22 09:13:47 -0700
commit569b61137cf45521d9fd4f693cf841be485dd4b8 (patch)
tree41851443d00b15a45d39c9079001bc10c4c4806e /sam.c
parent5abe94420528d3e107eceb0f3df073e8a1270191 (diff)
downloadvis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz
vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz
move all standard library includes into util.h
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c9
1 files changed, 0 insertions, 9 deletions
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 <string.h>
-#include <strings.h>
-#include <stdio.h>
-#include <ctype.h>
-#include <errno.h>
-#include <unistd.h>
-#include <limits.h>
-#include <fcntl.h>
-
#include "util.h"
#include "sam.h"