0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-23 14:25:10 +00:00

Remove unused limits.h

This commit is contained in:
Andrew Alderwick 2021-11-07 19:34:41 +00:00
parent fd7cf5e221
commit d2c6d5e12d

View file

@ -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;