summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h3
1 files changed, 1 insertions, 2 deletions
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 <stdlib.h>
#include <string.h>
#include <rtems/error.h>
-#include <rtems/score/thread.h> /* _Thread_Dispatch_disable_level */
-#include <rtems/score/thread.inl> /* _Thread_Dispatch_disable_level */
+#include <rtems/score/threaddispatch.h>
#ifdef __cplusplus
extern "C" {