summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/timer_stats_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/timer_stats_test.cpp')
-rw-r--r--src/mongo/db/stats/timer_stats_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/timer_stats_test.cpp b/src/mongo/db/stats/timer_stats_test.cpp
index cd755386329..c1284c55357 100644
--- a/src/mongo/db/stats/timer_stats_test.cpp
+++ b/src/mongo/db/stats/timer_stats_test.cpp
@@ -30,8 +30,8 @@
#include "mongo/db/jsobj.h"
#include "mongo/db/stats/timer_stats.h"
-#include "mongo/util/time_support.h"
#include "mongo/unittest/unittest.h"
+#include "mongo/util/time_support.h"
namespace {