diff options
Diffstat (limited to 'lib/libedit/sig.h')
-rw-r--r-- | lib/libedit/sig.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/sig.h b/lib/libedit/sig.h index ac1b1b917be..227315871b9 100644 --- a/lib/libedit/sig.h +++ b/lib/libedit/sig.h @@ -1,5 +1,5 @@ -/* $OpenBSD: sig.h,v 1.7 2010/06/30 00:05:35 nicm Exp $ */ -/* $NetBSD: sig.h,v 1.8 2009/02/19 15:20:22 christos Exp $ */ +/* $OpenBSD: sig.h,v 1.8 2016/03/20 22:57:59 schwarze Exp $ */ +/* $NetBSD: sig.h,v 1.10 2016/02/16 15:53:48 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -43,8 +43,6 @@ #include <signal.h> -#include "histedit.h" - /* * Define here all the signals we are going to handle * The _DO macro is used to iterate in the source code |