From a0f44a34d2bbf030414de9c0a1eaaaab0b1e62db Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Tue, 28 Mar 2017 13:08:07 +0200 Subject: 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 --- test/asynctest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/asynctest.c') 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; -- cgit v1.2.3