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

Close #2133.
This commit is contained in:
Sebastian Huber
2017-08-25 11:03:21 +02:00
parent cfa7afd4e4
commit 163ff8ee04

View File

@@ -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