helps to remove the deleted includes

This commit is contained in:
2020-02-08 00:41:38 -08:00
parent e7d059ba11
commit 93591f5586

4
main.c
View File

@@ -7,10 +7,6 @@
#include <termios.h> #include <termios.h>
#include <unistd.h> #include <unistd.h>
#include "keys.h"
#include "terminal.h"
#include "util.h"
#define ESCSEQ "\x1b[" #define ESCSEQ "\x1b["
#define CTRL_KEY(key) ((key)&0x1f) #define CTRL_KEY(key) ((key)&0x1f)