summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/isr.h')
-rw-r--r--c/src/exec/score/headers/isr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/score/headers/isr.h b/c/src/exec/score/headers/isr.h
index e42d7b888e..cf8f4cad59 100644
--- a/c/src/exec/score/headers/isr.h
+++ b/c/src/exec/score/headers/isr.h
@@ -214,9 +214,7 @@ void _ISR_Handler( void );
void _ISR_Dispatch( void );
-#ifndef __RTEMS_APPLICATION__
#include <rtems/score/isr.inl>
-#endif
#ifdef __cplusplus
}