mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
remove duplicate unistd.h include
This commit is contained in:
parent
ce178b8520
commit
1ca96170b4
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: main.c,v 1.69 2024/07/16 05:01:10 deraadt Exp $ */
|
||||
/* $OpenBSD: main.c,v 1.70 2024/10/12 07:58:40 jsg Exp $ */
|
||||
/* $NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $ */
|
||||
|
||||
/* main.c: This file contains the main control and user-interface routines
|
||||
@ -44,7 +44,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user