From 423baa818d9c8987ffc86105c0fd78d0915fb818 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 10 Oct 2014 00:39:39 +0000 Subject: Remove unnecessary includes now that we are no longer using select() (or struct timeval). Instead, we should include time.h for the nanosleep() prototype and struct timespec. OK dlg@ --- lib/libc/termios/tcsendbreak.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lib/libc/termios/tcsendbreak.c b/lib/libc/termios/tcsendbreak.c index 796684a7881..f9639e33122 100644 --- a/lib/libc/termios/tcsendbreak.c +++ b/lib/libc/termios/tcsendbreak.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcsendbreak.c,v 1.7 2014/10/09 06:20:01 dlg Exp $ */ +/* $OpenBSD: tcsendbreak.c,v 1.8 2014/10/10 00:39:38 millert Exp $ */ /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -28,16 +28,9 @@ * SUCH DAMAGE. */ -#include #include -#include -#include -#include - -#include -#include #include -#include +#include /* ARGSUSED */ int -- cgit v1.2.3