aboutsummaryrefslogtreecommitdiff
path: root/crypto/thread.c
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-06-28 01:06:25 -0400
committerDavid Benjamin <davidben@google.com>2016-06-28 20:31:14 +0000
commit784f6f91e593155d4592a30d67a96dd656c68cee (patch)
treecb7338e8a521a7ce1cf58a0e5f326485ef3576eb /crypto/thread.c
parent57a6f3c42c0238b803fb3719b5c30ce3f4310d48 (diff)
downloadboringssl-784f6f91e593155d4592a30d67a96dd656c68cee.zip
boringssl-784f6f91e593155d4592a30d67a96dd656c68cee.tar.gz
boringssl-784f6f91e593155d4592a30d67a96dd656c68cee.tar.bz2
Remove a bunch of unnecessary includes.
This file contains nothing but no-op functions. There's nothing to include. Change-Id: I3a21207d6a47fab3a00c3f72011abef850ed7b27 Reviewed-on: https://boringssl-review.googlesource.com/8541 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'crypto/thread.c')
-rw-r--r--crypto/thread.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/thread.c b/crypto/thread.c
index 373f8db..25acce1 100644
--- a/crypto/thread.c
+++ b/crypto/thread.c
@@ -56,18 +56,6 @@
#include <openssl/thread.h>
-#include <string.h>
-
-#if !defined(OPENSSL_WINDOWS)
-#include <errno.h>
-#else
-OPENSSL_MSVC_PRAGMA(warning(push, 3))
-#include <windows.h>
-OPENSSL_MSVC_PRAGMA(warning(pop))
-#endif
-
-#include <openssl/mem.h>
-
int CRYPTO_num_locks(void) { return 1; }