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_1-pre1~1943 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0f44a34d2bbf030414de9c0a1eaaaab0b1e62db;p=oweals%2Fopenssl.git 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;