From fdeaa64e1786e7f18814d8c7eae219332d672c27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 3 Mar 2020 13:01:56 +0100 Subject: config: Remove include The use of CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER does not define anything, so remove the include. Update #3875. --- testsuites/tmtests/tm05/task1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/tmtests/tm05/task1.c') diff --git a/testsuites/tmtests/tm05/task1.c b/testsuites/tmtests/tm05/task1.c index 4784e36ec8..f385088ee4 100644 --- a/testsuites/tmtests/tm05/task1.c +++ b/testsuites/tmtests/tm05/task1.c @@ -11,6 +11,8 @@ #include "config.h" #endif +#include + #define CONFIGURE_INIT #include "system.h" -- cgit v1.2.3