diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2018-01-31 14:55:57 -0500 |
---|---|---|
committer | Billy Donahue <billy.donahue@mongodb.com> | 2018-01-31 14:56:14 -0500 |
commit | bc6922fbb1a22ee93ca6f5d618527c989fdcbee7 (patch) | |
tree | a86f9953b68b5d2a7ef09e4a7bbd302ed8381ba1 /src/mongo/db/command_can_run_here.cpp | |
parent | 40e43aca44d4dd251b7a1d0ce44c7cb49dcda93f (diff) | |
download | mongo-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.cpp | 2 |
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 { |