From 046441de98dd72689397a4a06f8a68ef58a4c226 Mon Sep 17 00:00:00 2001 From: Waley Chen Date: Mon, 25 Apr 2016 17:24:46 -0400 Subject: SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMillis() --- src/mongo/db/exec/plan_stats.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/exec') 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 { -- cgit v1.2.1