From d2c6d5e12d5c1c74284e9c76c9ced2a70b6d009a Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Sun, 7 Nov 2021 19:34:41 +0000 Subject: [PATCH] Remove unused limits.h --- src/devices/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/file.c b/src/devices/file.c index 4ce647a..e607420 100644 --- a/src/devices/file.c +++ b/src/devices/file.c @@ -20,7 +20,6 @@ WITH REGARD TO THIS SOFTWARE. #include #include #include -#include static FILE *f; static DIR *d;