summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/rpc/command_request.h')
-rw-r--r--src/mongo/rpc/command_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/rpc/command_request.h b/src/mongo/rpc/command_request.h
index 07cefccdb0e..d2163185422 100644
--- a/src/mongo/rpc/command_request.h
+++ b/src/mongo/rpc/command_request.h
@@ -29,8 +29,8 @@
#pragma once
#include "mongo/db/jsobj.h"
-#include "mongo/util/net/message.h"
-#include "mongo/util/net/op_msg.h"
+#include "mongo/rpc/message.h"
+#include "mongo/rpc/op_msg.h"
namespace mongo {
namespace rpc {