diff options
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/md5c.c | 1 | ||||
-rw-r--r-- | lib/libmd/mdXhl.c | 1 | ||||
-rw-r--r-- | lib/libmd/mddriver.c | 1 | ||||
-rw-r--r-- | lib/libmd/ripemd.h | 1 | ||||
-rw-r--r-- | lib/libmd/rmd160c.c | 1 | ||||
-rw-r--r-- | lib/libmd/rmddriver.c | 1 | ||||
-rw-r--r-- | lib/libmd/sha.h | 1 | ||||
-rw-r--r-- | lib/libmd/sha0c.c | 1 | ||||
-rw-r--r-- | lib/libmd/sha1c.c | 1 | ||||
-rw-r--r-- | lib/libmd/shadriver.c | 1 | ||||
-rw-r--r-- | lib/libmd/skeindriver.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index 5fc904cdc3ac..56f21f441e2c 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -28,7 +28,6 @@ * edited for clarity and style only. */ -#include <sys/cdefs.h> #include <sys/types.h> #ifdef _KERNEL diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index fab5cc325534..171b97b38794 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -9,7 +9,6 @@ * ---------------------------------------------------------------------------- */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index 8427655e80e8..47ff87663bff 100644 --- a/lib/libmd/mddriver.c +++ b/lib/libmd/mddriver.c @@ -11,7 +11,6 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/ripemd.h b/lib/libmd/ripemd.h index 337f0f6e4669..fa9f513ebfd8 100644 --- a/lib/libmd/ripemd.h +++ b/lib/libmd/ripemd.h @@ -62,7 +62,6 @@ #ifndef HEADER_RIPEMD_H #define HEADER_RIPEMD_H -#include <sys/cdefs.h> #include <sys/types.h> /* XXX switch to machine/ansi.h and __ types */ #define RIPEMD160_CBLOCK 64 diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index 1384880aacdf..66ba0a5e5c72 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -56,7 +56,6 @@ * [including the GNU Public Licence.] */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/rmddriver.c b/lib/libmd/rmddriver.c index ea6e79eb5581..3c37c2866bfd 100644 --- a/lib/libmd/rmddriver.c +++ b/lib/libmd/rmddriver.c @@ -11,7 +11,6 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/sha.h b/lib/libmd/sha.h index f5d697ae938d..6c7b0c0c30b3 100644 --- a/lib/libmd/sha.h +++ b/lib/libmd/sha.h @@ -58,7 +58,6 @@ #ifndef _SHA_H_ #define _SHA_H_ 1 -#include <sys/cdefs.h> #include <sys/types.h> /* XXX switch to machine/ansi.h and __ types */ #define SHA_CBLOCK 64 diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c index dc31389b6858..4c39ed842ea9 100644 --- a/lib/libmd/sha0c.c +++ b/lib/libmd/sha0c.c @@ -56,7 +56,6 @@ * [including the GNU Public Licence.] */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/sha1c.c b/lib/libmd/sha1c.c index 7626473c6f3c..299a9149be4a 100644 --- a/lib/libmd/sha1c.c +++ b/lib/libmd/sha1c.c @@ -56,7 +56,6 @@ * [including the GNU Public Licence.] */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/shadriver.c b/lib/libmd/shadriver.c index 9b0c47e3e753..42d57ed2016f 100644 --- a/lib/libmd/shadriver.c +++ b/lib/libmd/shadriver.c @@ -14,7 +14,6 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> diff --git a/lib/libmd/skeindriver.c b/lib/libmd/skeindriver.c index 9433fdac8c25..874f0c17e500 100644 --- a/lib/libmd/skeindriver.c +++ b/lib/libmd/skeindriver.c @@ -14,7 +14,6 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> |