From ec577822f95a8bca0023c5c77cef1a4916822d4a Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Fri, 23 Apr 1999 22:13:45 +0000 Subject: Change #include filenames from to . Submitted by: Reviewed by: PR: --- crypto/bn/bnspeed.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crypto/bn/bnspeed.c') diff --git a/crypto/bn/bnspeed.c b/crypto/bn/bnspeed.c index af4ebe7986..6018ca979b 100644 --- a/crypto/bn/bnspeed.c +++ b/crypto/bn/bnspeed.c @@ -66,8 +66,8 @@ #include #include #include -#include "crypto.h" -#include "err.h" +#include +#include #ifndef MSDOS #define TIMES @@ -100,8 +100,8 @@ struct tms { #include #endif -#include "bn.h" -#include "x509.h" +#include +#include /* The following if from times(3) man page. It may need to be changed */ #ifndef HZ -- cgit v1.2.3