1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Remove unnecessary headers an sort

This commit is contained in:
mestre 2016-01-08 20:19:06 +00:00
parent ab8b84f49d
commit 44d3f3fb69

View File

@ -1,4 +1,4 @@
/* $OpenBSD: bs.c,v 1.36 2016/01/07 16:00:32 tb Exp $ */
/* $OpenBSD: bs.c,v 1.37 2016/01/08 20:19:06 mestre Exp $ */
/*
* Copyright (c) 1986, Bruce Holloway
* All rights reserved.
@ -39,9 +39,8 @@
* v2.2 with bugfixes and strategical improvements, March 1998.
*/
#include <sys/types.h>
#include <curses.h>
#include <ctype.h>
#include <curses.h>
#include <err.h>
#include <limits.h>
#include <signal.h>