summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-04-18 18:28:13 -0400
committerAndrew Morrow <acm@mongodb.com>2018-05-05 12:29:55 -0400
commit51dce76324173089098e8c9fd09e46b98b32adc4 (patch)
tree1093a4866d1fc3e7da1cba2fa2ae4f56b536f033 /src/mongo/db/stats
parent30994f3bacb6e814ae015d83693c549a3b924ccc (diff)
downloadmongo-51dce76324173089098e8c9fd09e46b98b32adc4.tar.gz
SERVER-34805 Refactor the network libraries and move messages types to rpc/protocol
Diffstat (limited to 'src/mongo/db/stats')
-rw-r--r--src/mongo/db/stats/counters.h2
-rw-r--r--src/mongo/db/stats/top.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/stats/counters.h b/src/mongo/db/stats/counters.h
index 1522da5b1aa..e5df96441b9 100644
--- a/src/mongo/db/stats/counters.h
+++ b/src/mongo/db/stats/counters.h
@@ -32,8 +32,8 @@
#include "mongo/db/jsobj.h"
#include "mongo/platform/atomic_word.h"
#include "mongo/platform/basic.h"
+#include "mongo/rpc/message.h"
#include "mongo/util/concurrency/spin_lock.h"
-#include "mongo/util/net/message.h"
#include "mongo/util/processinfo.h"
#include "mongo/util/with_alignment.h"
diff --git a/src/mongo/db/stats/top.h b/src/mongo/db/stats/top.h
index 463482199fe..ccd4ac5e13f 100644
--- a/src/mongo/db/stats/top.h
+++ b/src/mongo/db/stats/top.h
@@ -35,7 +35,6 @@
#include "mongo/db/operation_context.h"
#include "mongo/db/stats/operation_latency_histogram.h"
#include "mongo/util/concurrency/mutex.h"
-#include "mongo/util/net/message.h"
#include "mongo/util/string_map.h"
namespace mongo {