From 5618c37a7a49b7ddde7bb6f7fda8c10616779c05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 15:14:48 +0200 Subject: score: Create thread implementation header Move implementation specific parts of thread.h and thread.inl into new header file threadimpl.h. The thread.h contains now only the application visible API. Remove superfluous header file includes from various files. --- testsuites/support/include/tmacros.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 6ab6e23895..c8ace400b5 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -22,8 +22,7 @@ #include #include #include -#include /* _Thread_Dispatch_disable_level */ -#include /* _Thread_Dispatch_disable_level */ +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3