diff options
Diffstat (limited to 'code/ecp/htable')
-rw-r--r-- | code/ecp/htable/htable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/ecp/htable/htable.c b/code/ecp/htable/htable.c index 6330ef8..77f5a35 100644 --- a/code/ecp/htable/htable.c +++ b/code/ecp/htable/htable.c @@ -1,7 +1,5 @@ #include <core.h> -#include <string.h> - #include "hashtable.h" static void *h_create(ECPContext *ctx) { |