summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-01 10:00:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-14 13:13:27 +0100
commit3fe215502a11b318ad05c45f103272a6e8c8eb97 (patch)
treee25b07e6f302dc12cd704c8d2dddcc87c2534600 /cpukit/include/rtems/score/interr.h
parentsparc64: Do not include <rtems/asm.h> in C source (diff)
downloadrtems-3fe215502a11b318ad05c45f103272a6e8c8eb97.tar.bz2
Remove superfluous <rtems/system.h> includes
Diffstat (limited to 'cpukit/include/rtems/score/interr.h')
-rw-r--r--cpukit/include/rtems/score/interr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index a0ad7a5e36..16f3907b05 100644
--- a/cpukit/include/rtems/score/interr.h
+++ b/cpukit/include/rtems/score/interr.h
@@ -19,10 +19,7 @@
#ifndef _RTEMS_SCORE_INTERR_H
#define _RTEMS_SCORE_INTERR_H
-#include <stdbool.h>
-#include <stdint.h>
-
-#include <rtems/system.h>
+#include <rtems/score/cpu.h>
/**
* @defgroup ScoreIntErr Internal Error Handler