summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/shard.h')
-rw-r--r--src/mongo/s/client/shard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/client/shard.h b/src/mongo/s/client/shard.h
index 145bf1e2593..cf57f4ef1ac 100644
--- a/src/mongo/s/client/shard.h
+++ b/src/mongo/s/client/shard.h
@@ -33,14 +33,13 @@
#include "mongo/client/read_preference.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/repl/optime.h"
+#include "mongo/s/shard_id.h"
namespace mongo {
class OperationContext;
class RemoteCommandTargeter;
-using ShardId = std::string;
-
/**
* Presents an interface for talking to shards, regardless of whether that shard is remote or is
* the current (local) shard.