diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-04-18 18:28:13 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-05-05 12:29:55 -0400 |
commit | 51dce76324173089098e8c9fd09e46b98b32adc4 (patch) | |
tree | 1093a4866d1fc3e7da1cba2fa2ae4f56b536f033 /src/mongo/tools/bridge.cpp | |
parent | 30994f3bacb6e814ae015d83693c549a3b924ccc (diff) | |
download | mongo-51dce76324173089098e8c9fd09e46b98b32adc4.tar.gz |
SERVER-34805 Refactor the network libraries and move messages types to rpc/protocol
Diffstat (limited to 'src/mongo/tools/bridge.cpp')
-rw-r--r-- | src/mongo/tools/bridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/bridge.cpp b/src/mongo/tools/bridge.cpp index 876f178fd40..9f85649b9c2 100644 --- a/src/mongo/tools/bridge.cpp +++ b/src/mongo/tools/bridge.cpp @@ -44,6 +44,7 @@ #include "mongo/platform/random.h" #include "mongo/rpc/command_request.h" #include "mongo/rpc/factory.h" +#include "mongo/rpc/message.h" #include "mongo/rpc/reply_builder_interface.h" #include "mongo/stdx/memory.h" #include "mongo/stdx/mutex.h" @@ -58,7 +59,6 @@ #include "mongo/util/exit.h" #include "mongo/util/log.h" #include "mongo/util/mongoutils/str.h" -#include "mongo/util/net/message.h" #include "mongo/util/quick_exit.h" #include "mongo/util/signal_handlers.h" #include "mongo/util/text.h" |