From: Emilia Kasper Date: Tue, 28 Mar 2017 11:08:07 +0000 (+0200) Subject: asynctest: don't depend on apps X-Git-Tag: OpenSSL_1_1_0f~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5;p=openssl asynctest: don't depend on apps Remove unnecessary include of apps.h. Tests shouldn't take a dependency on apps. In this case, there is no dependency, the include is unnecessary. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/test/asynctest.c b/test/asynctest.c index 7be2e5f888..eef3c3214c 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -15,7 +15,6 @@ #include #include #include -#include <../apps/apps.h> static int ctr = 0; static ASYNC_JOB *currjob = NULL;