diff options
Diffstat (limited to 'lib/malloc/dynarray.h')
| -rw-r--r-- | lib/malloc/dynarray.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/malloc/dynarray.h b/lib/malloc/dynarray.h index f16fd950df6..df1aa4167dd 100644 --- a/lib/malloc/dynarray.h +++ b/lib/malloc/dynarray.h | |||
| @@ -94,7 +94,6 @@ | |||
| 94 | #ifndef _DYNARRAY_H | 94 | #ifndef _DYNARRAY_H |
| 95 | #define _DYNARRAY_H | 95 | #define _DYNARRAY_H |
| 96 | 96 | ||
| 97 | #include <stdbool.h> | ||
| 98 | #include <stddef.h> | 97 | #include <stddef.h> |
| 99 | #include <string.h> | 98 | #include <string.h> |
| 100 | 99 | ||