commit d2c6d5e12d5c1c74284e9c76c9ced2a70b6d009a parent fd7cf5e221f73987a7ab6d9278cbbd13aabc84c3 Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Sun, 7 Nov 2021 19:34:41 +0000 Remove unused limits.h Diffstat:
M | src/devices/file.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/devices/file.c b/src/devices/file.c @@ -20,7 +20,6 @@ WITH REGARD TO THIS SOFTWARE. #include <string.h> #include <sys/stat.h> #include <unistd.h> -#include <limits.h> static FILE *f; static DIR *d;