diff options
Diffstat (limited to 'lib/libedit/terminal.h')
-rw-r--r-- | lib/libedit/terminal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libedit/terminal.h b/lib/libedit/terminal.h index 8836d0a5822..23fbe059667 100644 --- a/lib/libedit/terminal.h +++ b/lib/libedit/terminal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: terminal.h,v 1.4 2016/03/20 20:35:38 schwarze Exp $ */ +/* $OpenBSD: terminal.h,v 1.5 2016/03/20 22:57:59 schwarze Exp $ */ /* $NetBSD: term.h,v 1.21 2009/12/30 22:37:40 christos Exp $ */ /*- @@ -41,8 +41,6 @@ #ifndef _h_el_terminal #define _h_el_terminal -#include "histedit.h" - typedef struct { /* Symbolic function key bindings */ const Char *name; /* name of the key */ int key; /* Index in termcap table */ |