summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_kill_op.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-04-15 11:22:29 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-04-15 13:04:02 -0400
commite02bc3b1738b0c49f5bf2cbde320892cdfa539a5 (patch)
tree7f10fe78b95b516069cdfc1356628e62861b49eb /src/mongo/s/commands/cluster_kill_op.cpp
parent0a93c411a6a22c0dac8a82fed0efc4e60f62f40d (diff)
downloadmongo-e02bc3b1738b0c49f5bf2cbde320892cdfa539a5.tar.gz
SERVER-18064 Move shard.cpp under the sharding client library
Diffstat (limited to 'src/mongo/s/commands/cluster_kill_op.cpp')
-rw-r--r--src/mongo/s/commands/cluster_kill_op.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_kill_op.cpp b/src/mongo/s/commands/cluster_kill_op.cpp
index 88f43fd88d9..d5199c3a432 100644
--- a/src/mongo/s/commands/cluster_kill_op.cpp
+++ b/src/mongo/s/commands/cluster_kill_op.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/audit.h"
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/commands.h"
-#include "mongo/s/shard.h"
+#include "mongo/s/client/shard.h"
#include "mongo/util/log.h"
#include "mongo/util/mongoutils/str.h"