From 6edc71456463f66008b9cf40dadf00aba037f8da Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Wed, 29 Mar 2017 12:48:41 +0200 Subject: [PATCH] cipherbytes_test: remove unused includes cipherbytes_test does not use the testutil / test_main test framework. Reviewed-by: Andy Polyakov --- test/cipherbytes_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cipherbytes_test.c b/test/cipherbytes_test.c index 9be42f71d6..90a4c93c13 100644 --- a/test/cipherbytes_test.c +++ b/test/cipherbytes_test.c @@ -19,8 +19,6 @@ #include #include "e_os.h" -#include "test_main.h" -#include "testutil.h" static int test_empty(SSL *s) { -- 2.25.1