summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_executor_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_executor_test_fixture.h')
-rw-r--r--src/mongo/db/repl/replication_executor_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/replication_executor_test_fixture.h b/src/mongo/db/repl/replication_executor_test_fixture.h
index 73e5ae2c504..7b7845302d7 100644
--- a/src/mongo/db/repl/replication_executor_test_fixture.h
+++ b/src/mongo/db/repl/replication_executor_test_fixture.h
@@ -28,9 +28,9 @@
#pragma once
-#include "mongo/stdx/memory.h"
#include "mongo/db/repl/replication_executor.h"
#include "mongo/executor/task_executor_test_fixture.h"
+#include "mongo/stdx/memory.h"
#include "mongo/unittest/unittest.h"
namespace mongo {