summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
diff options
context:
space:
mode:
authorWaley Chen <waleycz@gmail.com>2016-04-25 17:24:46 -0400
committerWaley Chen <waleycz@gmail.com>2016-04-25 17:25:10 -0400
commit046441de98dd72689397a4a06f8a68ef58a4c226 (patch)
tree49825e54815d04c4d952421efcd1a59b9c7109ee /src/mongo/db/exec
parent3e9149a2db5a6d2e2ecf262340dc052d4dfaaea8 (diff)
downloadmongo-046441de98dd72689397a4a06f8a68ef58a4c226.tar.gz
SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMillis()
Diffstat (limited to 'src/mongo/db/exec')
-rw-r--r--src/mongo/db/exec/plan_stats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/plan_stats.h b/src/mongo/db/exec/plan_stats.h
index db63627c6fd..9c288dabb11 100644
--- a/src/mongo/db/exec/plan_stats.h
+++ b/src/mongo/db/exec/plan_stats.h
@@ -37,7 +37,6 @@
#include "mongo/db/jsobj.h"
#include "mongo/db/query/stage_types.h"
#include "mongo/util/time_support.h"
-#include "mongo/util/net/listen.h" // for Listener::getElapsedTimeMillis()
namespace mongo {