summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-02-02 10:12:54 +1100
committerDavid Hows <howsdav@gmail.com>2016-02-02 14:43:52 +1100
commit47cbbc2b052a864f68e1e65412e2584d0d997014 (patch)
tree7ecbd50fefbe8523e07d4eb521eff4260202f70c /bench
parent04f29e4e37c91dd527aa1e6d37ccb233507ae8a7 (diff)
downloadmongo-47cbbc2b052a864f68e1e65412e2584d0d997014.tar.gz
WT-2372 - wt_internal.h should always be the first include, when needed
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/wtperf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h
index f8d5a5c0bc9..120b93262b4 100644
--- a/bench/wtperf/wtperf.h
+++ b/bench/wtperf/wtperf.h
@@ -29,6 +29,8 @@
#ifndef HAVE_WTPERF_H
#define HAVE_WTPERF_H
+#include <wt_internal.h>
+
#ifndef _WIN32
#include <sys/time.h>
#endif
@@ -56,8 +58,6 @@
#include <unistd.h>
#endif
-#include <wt_internal.h>
-
#ifdef _WIN32
#include "windows_shim.h"
#endif