summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_mock_stream_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/async_mock_stream_factory.cpp')
-rw-r--r--src/mongo/executor/async_mock_stream_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/async_mock_stream_factory.cpp b/src/mongo/executor/async_mock_stream_factory.cpp
index 2951f977bcd..0d57e80ac5b 100644
--- a/src/mongo/executor/async_mock_stream_factory.cpp
+++ b/src/mongo/executor/async_mock_stream_factory.cpp
@@ -40,10 +40,10 @@
#include "mongo/rpc/command_reply_builder.h"
#include "mongo/rpc/factory.h"
#include "mongo/rpc/legacy_reply_builder.h"
+#include "mongo/rpc/message.h"
#include "mongo/stdx/memory.h"
#include "mongo/util/assert_util.h"
#include "mongo/util/log.h"
-#include "mongo/util/net/message.h"
namespace mongo {
namespace executor {