diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-11-26 09:28:01 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-11-26 09:28:01 -0500 |
commit | 267b889cfce446c4a1bfdbb5b84aa1f62d2a4b2a (patch) | |
tree | 489a14e4bce6537bbcdce9aca9225bbe22d8497d /test | |
parent | ec74d39959f38dcbc4d8a9c189d3198da7c49b88 (diff) | |
download | mongo-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.h | 1 |
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> |