summaryrefslogtreecommitdiffstats
path: root/libterm/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'libterm/term.h')
-rw-r--r--libterm/term.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libterm/term.h b/libterm/term.h
index 878cda4..51af31d 100644
--- a/libterm/term.h
+++ b/libterm/term.h
@@ -12,13 +12,10 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <unistd.h>
-#include <assert.h>
#include "screen_modes.h"
#include "debug.h"
-#define ASSERT assert
-
enum TERM_KEY_ACTION {
KEY_NULL = 0, /* NULL */
CTRL_A = 1, /* Ctrl+a */