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

Remove unused header

This commit is contained in:
mestre 2016-01-25 21:17:45 +00:00
parent 57466c1f51
commit ab0a4ae52b

View File

@ -1,4 +1,4 @@
/* $OpenBSD: arithmetic.c,v 1.24 2016/01/10 13:35:09 mestre Exp $ */
/* $OpenBSD: arithmetic.c,v 1.25 2016/01/25 21:17:45 mestre Exp $ */
/*
* Copyright (c) 1989, 1993
@ -60,7 +60,6 @@
* properly.
*/
#include <sys/types.h>
#include <err.h>
#include <ctype.h>
#include <signal.h>