summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-11-26 09:28:01 -0500
committerKeith Bostic <keith@wiredtiger.com>2012-11-26 09:28:01 -0500
commit267b889cfce446c4a1bfdbb5b84aa1f62d2a4b2a (patch)
tree489a14e4bce6537bbcdce9aca9225bbe22d8497d /test
parentec74d39959f38dcbc4d8a9c189d3198da7c49b88 (diff)
downloadmongo-267b889cfce446c4a1bfdbb5b84aa1f62d2a4b2a.tar.gz
lint, don't include <sys/time.h> explicitly, tested on FreeBSD,
OS X, Linux, hopefully it will work everywhere.
Diffstat (limited to 'test')
-rw-r--r--test/format/format.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/format/format.h b/test/format/format.h
index 0758cb2b6d9..74b2e66ff91 100644
--- a/test/format/format.h
+++ b/test/format/format.h
@@ -26,7 +26,6 @@
*/
#include <sys/stat.h>
-#include <sys/time.h>
#include <assert.h>
#include <ctype.h>