summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
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/score/src
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/score/src')
-rw-r--r--cpukit/score/src/coremsgflushwait.c1
-rw-r--r--cpukit/score/src/coremsgseize.c1
-rw-r--r--cpukit/score/src/heapallocate.c1
-rw-r--r--cpukit/score/src/heapextend.c1
-rw-r--r--cpukit/score/src/heapgetfreeinfo.c1
-rw-r--r--cpukit/score/src/heapresizeblock.c1
-rw-r--r--cpukit/score/src/heapsizeofuserarea.c1
-rw-r--r--cpukit/score/src/heapwalk.c1
-rw-r--r--cpukit/score/src/pheapallocate.c1
-rw-r--r--cpukit/score/src/pheapextend.c1
-rw-r--r--cpukit/score/src/pheapfree.c1
-rw-r--r--cpukit/score/src/pheapgetblocksize.c1
-rw-r--r--cpukit/score/src/pheapgetfreeinfo.c1
-rw-r--r--cpukit/score/src/pheapgetinfo.c1
-rw-r--r--cpukit/score/src/pheapgetsize.c1
-rw-r--r--cpukit/score/src/pheapinit.c1
-rw-r--r--cpukit/score/src/pheapresizeblock.c1
-rw-r--r--cpukit/score/src/schedulercbsgetapprovedbudget.c1
-rw-r--r--cpukit/score/src/schedulercbsgetparameters.c1
-rw-r--r--cpukit/score/src/schedulercbsgetserverid.c1
-rw-r--r--cpukit/score/src/timespeclessthan.c1
21 files changed, 0 insertions, 21 deletions
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index c49e436185..a53f922cb4 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremsgimpl.h>
diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index 04849dcea4..7e7cb8f131 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -18,7 +18,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremsgimpl.h>
diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c
index 77ed582ce1..e1ea68e5e4 100644
--- a/cpukit/score/src/heapallocate.c
+++ b/cpukit/score/src/heapallocate.c
@@ -21,7 +21,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
#ifndef HEAP_PROTECTION
diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c
index 00e402a5b2..6dde6b23c5 100644
--- a/cpukit/score/src/heapextend.c
+++ b/cpukit/score/src/heapextend.c
@@ -21,7 +21,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
static void _Heap_Free_block( Heap_Control *heap, Heap_Block *block )
diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c
index e90237cb1c..b0480b8b63 100644
--- a/cpukit/score/src/heapgetfreeinfo.c
+++ b/cpukit/score/src/heapgetfreeinfo.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
void _Heap_Get_free_information(
diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c
index 944bfb2fe3..79d13a1954 100644
--- a/cpukit/score/src/heapresizeblock.c
+++ b/cpukit/score/src/heapresizeblock.c
@@ -21,7 +21,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
static Heap_Resize_status _Heap_Resize_block_checked(
diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c
index 13779fdd5f..d0d0303237 100644
--- a/cpukit/score/src/heapsizeofuserarea.c
+++ b/cpukit/score/src/heapsizeofuserarea.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
bool _Heap_Size_of_alloc_area(
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index 6c54f42ab4..f1ac20ddb5 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/address.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/heapimpl.h>
diff --git a/cpukit/score/src/pheapallocate.c b/cpukit/score/src/pheapallocate.c
index 4fefb85ac2..00c3865b50 100644
--- a/cpukit/score/src/pheapallocate.c
+++ b/cpukit/score/src/pheapallocate.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
void *_Protected_heap_Allocate_aligned_with_boundary(
diff --git a/cpukit/score/src/pheapextend.c b/cpukit/score/src/pheapextend.c
index 18f19922dd..118a9e6c93 100644
--- a/cpukit/score/src/pheapextend.c
+++ b/cpukit/score/src/pheapextend.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Extend(
diff --git a/cpukit/score/src/pheapfree.c b/cpukit/score/src/pheapfree.c
index f87b824faa..f1c1776b21 100644
--- a/cpukit/score/src/pheapfree.c
+++ b/cpukit/score/src/pheapfree.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Free(
diff --git a/cpukit/score/src/pheapgetblocksize.c b/cpukit/score/src/pheapgetblocksize.c
index 5a6f7032e0..85a5e9ce6c 100644
--- a/cpukit/score/src/pheapgetblocksize.c
+++ b/cpukit/score/src/pheapgetblocksize.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Get_block_size(
diff --git a/cpukit/score/src/pheapgetfreeinfo.c b/cpukit/score/src/pheapgetfreeinfo.c
index e442ba9fe8..326b57739a 100644
--- a/cpukit/score/src/pheapgetfreeinfo.c
+++ b/cpukit/score/src/pheapgetfreeinfo.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Get_free_information(
diff --git a/cpukit/score/src/pheapgetinfo.c b/cpukit/score/src/pheapgetinfo.c
index 6ece4e4c38..27dea965cb 100644
--- a/cpukit/score/src/pheapgetinfo.c
+++ b/cpukit/score/src/pheapgetinfo.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Get_information(
diff --git a/cpukit/score/src/pheapgetsize.c b/cpukit/score/src/pheapgetsize.c
index e5093c31c2..d60986b996 100644
--- a/cpukit/score/src/pheapgetsize.c
+++ b/cpukit/score/src/pheapgetsize.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
uintptr_t _Protected_heap_Get_size(
diff --git a/cpukit/score/src/pheapinit.c b/cpukit/score/src/pheapinit.c
index 05eba46972..e5a65966bd 100644
--- a/cpukit/score/src/pheapinit.c
+++ b/cpukit/score/src/pheapinit.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
diff --git a/cpukit/score/src/pheapresizeblock.c b/cpukit/score/src/pheapresizeblock.c
index c733ddc2b4..de8b5b94eb 100644
--- a/cpukit/score/src/pheapresizeblock.c
+++ b/cpukit/score/src/pheapresizeblock.c
@@ -19,7 +19,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
bool _Protected_heap_Resize_block(
diff --git a/cpukit/score/src/schedulercbsgetapprovedbudget.c b/cpukit/score/src/schedulercbsgetapprovedbudget.c
index d1ea5ce0ed..1377ea0847 100644
--- a/cpukit/score/src/schedulercbsgetapprovedbudget.c
+++ b/cpukit/score/src/schedulercbsgetapprovedbudget.c
@@ -18,7 +18,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/scheduler.h>
#include <rtems/score/schedulercbs.h>
diff --git a/cpukit/score/src/schedulercbsgetparameters.c b/cpukit/score/src/schedulercbsgetparameters.c
index 18dbc0ef1a..f4adae34d9 100644
--- a/cpukit/score/src/schedulercbsgetparameters.c
+++ b/cpukit/score/src/schedulercbsgetparameters.c
@@ -18,7 +18,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/scheduler.h>
#include <rtems/score/schedulercbs.h>
diff --git a/cpukit/score/src/schedulercbsgetserverid.c b/cpukit/score/src/schedulercbsgetserverid.c
index 235b559d34..8ceff89fcc 100644
--- a/cpukit/score/src/schedulercbsgetserverid.c
+++ b/cpukit/score/src/schedulercbsgetserverid.c
@@ -18,7 +18,6 @@
#include "config.h"
#endif
-#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/scheduler.h>
#include <rtems/score/schedulercbs.h>
diff --git a/cpukit/score/src/timespeclessthan.c b/cpukit/score/src/timespeclessthan.c
index a1615fbcce..64328216ab 100644
--- a/cpukit/score/src/timespeclessthan.c
+++ b/cpukit/score/src/timespeclessthan.c
@@ -20,7 +20,6 @@
#include <sys/types.h>
-#include <rtems/system.h>
#include <rtems/score/timespec.h>
bool _Timespec_Less_than(