From 67bb8235269eb8e9e31a4516febf30fb7c370a70 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 16 Feb 2016 14:04:24 +0000 Subject: [PATCH] No need to include "sys.h" from here; it is included from config.h --- lib/libedit/tty.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h index 0bf4b64ce477..25f98f47fa40 100644 --- a/lib/libedit/tty.h +++ b/lib/libedit/tty.h @@ -1,4 +1,4 @@ -/* $NetBSD: tty.h,v 1.15 2014/05/19 19:54:12 christos Exp $ */ +/* $NetBSD: tty.h,v 1.16 2016/02/16 14:04:24 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -40,7 +40,6 @@ #ifndef _h_el_tty #define _h_el_tty -#include "sys.h" #include "histedit.h" #include #include