From 25c2ec6a9d58c93362eb244b4acbcc94432f2b1b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 5 Dec 2012 23:20:07 +0000 Subject: Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis --- src/lib/libc/stdlib/cfree.c | 3 +-- src/regress/lib/libc/regex/t_exhaust.c | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lib/libc/stdlib/cfree.c b/src/lib/libc/stdlib/cfree.c index 373c7ff75d..acf6d1c8ac 100644 --- a/src/lib/libc/stdlib/cfree.c +++ b/src/lib/libc/stdlib/cfree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfree.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: cfree.c,v 1.6 2012/12/05 23:20:01 deraadt Exp $ */ /* * Copyright (c) 1996 SigmaSoft, Th. Lockert @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #ifdef __indr_reference diff --git a/src/regress/lib/libc/regex/t_exhaust.c b/src/regress/lib/libc/regex/t_exhaust.c index e4d4e4f5d7..58ac8007f2 100644 --- a/src/regress/lib/libc/regex/t_exhaust.c +++ b/src/regress/lib/libc/regex/t_exhaust.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_exhaust.c,v 1.2 2011/11/06 15:47:07 otto Exp $ */ +/* $OpenBSD: t_exhaust.c,v 1.3 2012/12/05 23:20:07 deraadt Exp $ */ /* $NetBSD: t_exhaust.c,v 1.2 2011/10/21 00:41:34 christos Exp $ */ /*- @@ -37,8 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include - #include #include #include -- cgit v1.2.3-55-g6feb