Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit No need to include "sys.h" from here; it is incl...



details:   https://anonhg.NetBSD.org/src/rev/0efe0ad24d48
branches:  trunk
changeset: 343602:0efe0ad24d48
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 16 14:04:24 2016 +0000

description:
No need to include "sys.h" from here; it is included from config.h

diffstat:

 lib/libedit/tty.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a5bf0c50a491 -r 0efe0ad24d48 lib/libedit/tty.h
--- a/lib/libedit/tty.h Tue Feb 16 08:41:32 2016 +0000
+++ b/lib/libedit/tty.h Tue Feb 16 14:04:24 2016 +0000
@@ -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 <termios.h>
 #include <unistd.h>



Home | Main Index | Thread Index | Old Index