summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 11:53:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:41 +0100
commit9763245eed92112a0effec4b76af4063e13c008b (patch)
tree3572a7a379bd4732db1dcc7b04f0c79e515e3cc1
parentscore: Introduce <rtems/score/watchdogticks.h> (diff)
downloadrtems-9763245eed92112a0effec4b76af4063e13c008b.tar.bz2
rtems: Remove superfluous include
Update #3598.
-rw-r--r--cpukit/include/rtems/rtems/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index ba904536ee..878340f253 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -27,7 +27,6 @@
#include <stdint.h>
#include <rtems/score/heap.h>
#include <rtems/score/object.h>
-#include <rtems/score/priority.h>
#include <rtems/score/watchdogticks.h>
#include <rtems/rtems/modes.h>
#if defined(RTEMS_MULTIPROCESSING)