summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem04/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 07:58:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 15:27:01 +0100
commite58e29fdb9dc1ba516691d9df373b2bdaa480f51 (patch)
treee29555317384bfbd963b301368def91559f1cd36 /testsuites/psxtmtests/psxtmsem04/init.c
parentlibtests/malloctest: Fix 64-bit targets (diff)
downloadrtems-e58e29fdb9dc1ba516691d9df373b2bdaa480f51.tar.bz2
Remove coverhd.h
This header file contained timing overhead values which are hard to maintain. Update #3254.
Diffstat (limited to 'testsuites/psxtmtests/psxtmsem04/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmsem04/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmsem04/init.c b/testsuites/psxtmtests/psxtmsem04/init.c
index 7f9f46ea05..7d490c7bb5 100644
--- a/testsuites/psxtmtests/psxtmsem04/init.c
+++ b/testsuites/psxtmtests/psxtmsem04/init.c
@@ -14,7 +14,6 @@
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"