Remove unused imports
This commit is contained in:
parent
fc03beacac
commit
a74e6caae1
1 changed files with 0 additions and 3 deletions
3
kilo.c
3
kilo.c
|
@ -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>
|
||||||
|
|
Reference in a new issue