Archived
1
Fork 0

Remove unused imports

This commit is contained in:
Hadeed 2023-08-29 14:29:01 +05:00
parent fc03beacac
commit a74e6caae1

3
kilo.c
View file

@ -3,9 +3,6 @@
#define KILO_VERSION "0.0.1" #define KILO_VERSION "0.0.1"
#define KILO_TAB_STOP 4 #define KILO_TAB_STOP 4
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>