summaryrefslogtreecommitdiff
path: root/src/mongo/db/command_can_run_here.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-01-31 14:55:57 -0500
committerBilly Donahue <billy.donahue@mongodb.com>2018-01-31 14:56:14 -0500
commitbc6922fbb1a22ee93ca6f5d618527c989fdcbee7 (patch)
treea86f9953b68b5d2a7ef09e4a7bbd302ed8381ba1 /src/mongo/db/command_can_run_here.cpp
parent40e43aca44d4dd251b7a1d0ce44c7cb49dcda93f (diff)
downloadmongo-bc6922fbb1a22ee93ca6f5d618527c989fdcbee7.tar.gz
SERVER-32958 reorder headers
Diffstat (limited to 'src/mongo/db/command_can_run_here.cpp')
-rw-r--r--src/mongo/db/command_can_run_here.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/command_can_run_here.cpp b/src/mongo/db/command_can_run_here.cpp
index c945380cc3e..083b200a4a1 100644
--- a/src/mongo/db/command_can_run_here.cpp
+++ b/src/mongo/db/command_can_run_here.cpp
@@ -30,8 +30,8 @@
#include "mongo/db/command_can_run_here.h"
-#include "mongo/db/repl/replication_coordinator.h"
#include "mongo/client/read_preference.h"
+#include "mongo/db/repl/replication_coordinator.h"
#include "mongo/util/assert_util.h"
namespace mongo {