summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/parallel.h')
-rw-r--r--src/mongo/s/client/parallel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/parallel.h b/src/mongo/s/client/parallel.h
index 93b1902fe85..4e740c93c39 100644
--- a/src/mongo/s/client/parallel.h
+++ b/src/mongo/s/client/parallel.h
@@ -30,8 +30,8 @@
#include <set>
#include <string>
-#include "mongo/client/dbclientinterface.h"
#include "mongo/client/query.h"
+#include "mongo/client/query_spec.h"
#include "mongo/db/namespace_string.h"
#include "mongo/s/client/shard.h"
#include "mongo/s/stale_exception.h"