summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-06-21 21:35:59 +0200
committerRichard Levitte <levitte@openssl.org>2015-06-21 22:13:28 +0200
commitf4961dc2af340f87747c739269fa2b3b704bfe3f (patch)
tree38dcb505000ff50e4251f170e53834cbfc3b38d5
parent40ced6c1871e48910cb981c6033c6874129f6632 (diff)
Cleanup mttest.c : because we no longer use stdio here, don't include it
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 8ca96efd24b73f917837fdd45b1c22d7b8ff8cbd)
-rw-r--r--crypto/threads/mttest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c
index eb97430fba..dbff4a69f3 100644
--- a/crypto/threads/mttest.c
+++ b/crypto/threads/mttest.c
@@ -56,7 +56,6 @@
* [including the GNU Public Licence.]
*/
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>