Remove string.h in khash.h

This commit is contained in:
Masaki Muranaka
2013-03-16 17:48:30 +09:00
parent 1bb447a7d3
commit 7de2deab1e
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include <stdint.h>
#include <string.h>
typedef uint32_t khint_t;
typedef khint_t khiter_t;