summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/server_status_internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/server_status_internal.cpp')
-rw-r--r--src/mongo/db/commands/server_status_internal.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/commands/server_status_internal.cpp b/src/mongo/db/commands/server_status_internal.cpp
index e85108c9493..738b22e8945 100644
--- a/src/mongo/db/commands/server_status_internal.cpp
+++ b/src/mongo/db/commands/server_status_internal.cpp
@@ -32,7 +32,7 @@
#include <iostream>
#include "mongo/db/commands/server_status_metric.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
namespace mongo {
@@ -41,8 +41,6 @@ using std::endl;
using std::map;
using std::string;
-using namespace mongoutils;
-
MetricTree* MetricTree::theMetricTree = NULL;
void MetricTree::add(ServerStatusMetric* metric) {