summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2017-04-28 17:48:16 -0400
committerMathias Stearn <mathias@10gen.com>2017-05-12 12:07:30 -0400
commit1a955fc356627b8cc74eb15506608dd987184608 (patch)
tree208a1cd22ff030f8f9b046efac54e52d3f9dc27e /src/mongo/client/fetcher.h
parentefbf9972043c91531ce3d43275cdb8d3beb08dc2 (diff)
downloadmongo-1a955fc356627b8cc74eb15506608dd987184608.tar.gz
SERVER-28814 eliminate unnecessary includes of server_selection_metadata.h
Diffstat (limited to 'src/mongo/client/fetcher.h')
-rw-r--r--src/mongo/client/fetcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/client/fetcher.h b/src/mongo/client/fetcher.h
index af4e79d9ce0..660dbe00b5d 100644
--- a/src/mongo/client/fetcher.h
+++ b/src/mongo/client/fetcher.h
@@ -41,7 +41,6 @@
#include "mongo/db/clientcursor.h"
#include "mongo/db/namespace_string.h"
#include "mongo/executor/task_executor.h"
-#include "mongo/rpc/metadata/server_selection_metadata.h"
#include "mongo/stdx/condition_variable.h"
#include "mongo/stdx/functional.h"
#include "mongo/stdx/mutex.h"