diff options
Diffstat (limited to 'src/string/memccpy.c')
-rw-r--r-- | src/string/memccpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/memccpy.c b/src/string/memccpy.c index b85009c8..7c233d5e 100644 --- a/src/string/memccpy.c +++ b/src/string/memccpy.c @@ -1,5 +1,4 @@ #include <string.h> -#include <stdlib.h> #include <stdint.h> #include <limits.h> |