[rtems commit] score: Remove <string.h> include from basedefs.h

Sebastian Huber sebh at rtems.org
Fri Aug 25 10:55:03 UTC 2017


Module:    rtems
Branch:    master
Commit:    163ff8ee04bedda81cf8aa963a21aa3f46fdff5f
Changeset: http://git.rtems.org/rtems/commit/?id=163ff8ee04bedda81cf8aa963a21aa3f46fdff5f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Aug 25 11:03:21 2017 +0200

score: Remove <string.h> include from basedefs.h

Close #2133.

---

 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 069d6a9..4e48d22 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -33,13 +33,6 @@
   #include <stddef.h>
   #include <stdbool.h>
   #include <stdint.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.
-   */
-  #include <string.h>
 #endif
 
 #ifndef TRUE




More information about the vc mailing list