summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-02-02 14:45:02 +1100
committerDavid Hows <howsdav@gmail.com>2016-02-02 14:45:02 +1100
commitcfeb0ebfa44a6b8ab9ea089881cc3e77cad175cd (patch)
tree988ae03b91f2ef78e94b5c788e5243db4c6282d1
parent35c0842817b073f4f8887d08cdaba686a4256f42 (diff)
downloadmongo-cfeb0ebfa44a6b8ab9ea089881cc3e77cad175cd.tar.gz
WT-2372 - Remove unnecessary headers
-rw-r--r--src/support/hash_city.c1
-rw-r--r--src/support/hash_fnv.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/support/hash_city.c b/src/support/hash_city.c
index d1d2ac0b412..7a700aa809c 100644
--- a/src/support/hash_city.c
+++ b/src/support/hash_city.c
@@ -58,7 +58,6 @@
*/
#include "wt_internal.h"
-#include <string.h>
/*
* Google City Hash implementation. Based on source code from:
diff --git a/src/support/hash_fnv.c b/src/support/hash_fnv.c
index 62c6fde4d30..83dd2574099 100644
--- a/src/support/hash_fnv.c
+++ b/src/support/hash_fnv.c
@@ -84,7 +84,6 @@
*/
#include "wt_internal.h"
-#include <stdlib.h>
/*
* This file contains a 64 bit hash implementation of the FNV 1a 64 bit hash