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

Close #2132.
This commit is contained in:
Sebastian Huber
2017-08-25 11:02:43 +02:00
parent f93f770ee6
commit cfa7afd4e4

View File

@@ -34,13 +34,6 @@
#include <stdbool.h>
#include <stdint.h>
/*
* 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