From 0275dcbbe75bf604e5d9b03f215e510188a36496 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 5 Dec 2012 23:20:27 +0000 Subject: Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis --- include/bm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/bm.h') diff --git a/include/bm.h b/include/bm.h index a9d6f2127bd..1cec4d50385 100644 --- a/include/bm.h +++ b/include/bm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bm.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */ +/* $OpenBSD: bm.h,v 1.9 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- @@ -47,8 +47,6 @@ typedef struct { size_t md2; /* mini delta */ } bm_pat; -#include - __BEGIN_DECLS bm_pat *bm_comp(unsigned char const *, size_t, unsigned char const *); unsigned char *bm_exec(bm_pat *, unsigned char *, size_t) -- cgit v1.2.3