summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-25 11:02:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-25 11:02:43 +0200
commitcfa7afd4e453e13951601178170b76548517644b (patch)
tree4008c8b6ae6405028a323944411e31795649688f /cpukit/score
parentnetwork: Include missing header file (diff)
downloadrtems-cfa7afd4e453e13951601178170b76548517644b.tar.bz2
score: Remove <limits.h> include from basedefs.h
Close #2132.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/basedefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index 4994579e48..069d6a98f3 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -36,13 +36,6 @@
/*
* FIXME: This include should not be present. In older RTEMS versions
- * <rtems.h> provided <limits.h> indirectly. This include is here to not
- * break application source files that relied on this accidentally.
- */
- #include <limits.h>
-
- /*
- * FIXME: This include should not be present. In older RTEMS versions
* <rtems.h> provided <string.h> indirectly. This include is here to not
* break application source files that relied on this accidentally.
*/