summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/shard_factory.cpp')
-rw-r--r--src/mongo/s/client/shard_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/shard_factory.cpp b/src/mongo/s/client/shard_factory.cpp
index cc5ca205a0f..bf71e7c62aa 100644
--- a/src/mongo/s/client/shard_factory.cpp
+++ b/src/mongo/s/client/shard_factory.cpp
@@ -34,8 +34,8 @@
#include "mongo/s/client/shard_factory.h"
#include "mongo/base/status_with.h"
-#include "mongo/client/remote_command_targeter.h"
#include "mongo/client/connection_string.h"
+#include "mongo/client/remote_command_targeter.h"
#include "mongo/stdx/memory.h"
#include "mongo/util/assert_util.h"
#include "mongo/util/log.h"