summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/rmd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/digest/files/rmd160.h')
-rw-r--r--pkgtools/digest/files/rmd160.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/digest/files/rmd160.h b/pkgtools/digest/files/rmd160.h
index b183b31ed7c..e08a1574033 100644
--- a/pkgtools/digest/files/rmd160.h
+++ b/pkgtools/digest/files/rmd160.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rmd160.h,v 1.1.1.1 2001/03/06 11:21:05 agc Exp $ */
+/* $NetBSD: rmd160.h,v 1.2 2002/12/21 04:06:15 schmonz Exp $ */
/********************************************************************\
*
@@ -24,9 +24,6 @@
#ifndef _RMD160_H_
#define _RMD160_H_
-#include <sys/cdefs.h>
-#include <sys/types.h>
-
typedef struct {
u_int32_t state[5]; /* state (ABCDE) */
u_int32_t length[2]; /* number of bits */