[rtems commit] score: Remove <limits.h> include from basedefs.h
Sebastian Huber
sebh at rtems.org
Fri Aug 25 10:54:51 UTC 2017
Module: rtems
Branch: master
Commit: cfa7afd4e453e13951601178170b76548517644b
Changeset: http://git.rtems.org/rtems/commit/?id=cfa7afd4e453e13951601178170b76548517644b
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Aug 25 11:02:43 2017 +0200
score: Remove <limits.h> include from basedefs.h
Close #2132.
---
cpukit/score/include/rtems/score/basedefs.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index 4994579..069d6a9 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.
*/
More information about the vc
mailing list