helps to remove the deleted includes

This commit is contained in:
2020-02-08 00:41:38 -08:00
parent df1a8c57aa
commit b51929691a

View File

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