From ec577822f95a8bca0023c5c77cef1a4916822d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 23 Apr 1999 22:13:45 +0000 Subject: Change #include filenames from to . Submitted by: Reviewed by: PR: --- crypto/threads/mttest.c | 12 ++++++------ crypto/threads/th-lock.c | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'crypto/threads') diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c index 97f705dbc5..ff380908c1 100644 --- a/crypto/threads/mttest.c +++ b/crypto/threads/mttest.c @@ -74,13 +74,13 @@ #include #include #endif -#include "lhash.h" -#include "crypto.h" -#include "buffer.h" +#include +#include +#include #include "../e_os.h" -#include "x509.h" -#include "ssl.h" -#include "err.h" +#include +#include +#include #ifdef NO_FP_API #define APPS_WIN16 diff --git a/crypto/threads/th-lock.c b/crypto/threads/th-lock.c index 21293f20f0..28721eaccd 100644 --- a/crypto/threads/th-lock.c +++ b/crypto/threads/th-lock.c @@ -74,13 +74,13 @@ #include #include #endif -#include "lhash.h" -#include "crypto.h" -#include "buffer.h" -#include "e_os.h" -#include "x509.h" -#include "ssl.h" -#include "err.h" +#include +#include +#include +#include +#include +#include +#include #ifndef NOPROTO int CRYPTO_thread_setup(void); -- cgit v1.2.3