helps to remove the deleted includes

This commit is contained in:
Kyle Isom 2020-02-08 00:41:38 -08:00
parent df1a8c57aa
commit b51929691a
1 changed files with 0 additions and 4 deletions

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)