Module Name:    src
Committed By:   christos
Date:           Tue Feb 16 14:04:24 UTC 2016

Modified Files:
        src/lib/libedit: tty.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libedit/tty.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/tty.h
diff -u src/lib/libedit/tty.h:1.15 src/lib/libedit/tty.h:1.16
--- src/lib/libedit/tty.h:1.15	Mon May 19 15:54:12 2014
+++ src/lib/libedit/tty.h	Tue Feb 16 09:04:24 2016
@@ -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>

Reply via email to