summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_query_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fts/fts_query_impl.cpp')
-rw-r--r--src/mongo/db/fts/fts_query_impl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/fts/fts_query_impl.cpp b/src/mongo/db/fts/fts_query_impl.cpp
index e9eff03a5ea..4fc03b24746 100644
--- a/src/mongo/db/fts/fts_query_impl.cpp
+++ b/src/mongo/db/fts/fts_query_impl.cpp
@@ -35,15 +35,13 @@
#include "mongo/db/fts/fts_spec.h"
#include "mongo/db/fts/fts_tokenizer.h"
#include "mongo/stdx/memory.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
#include "mongo/util/stringutils.h"
namespace mongo {
namespace fts {
-using namespace mongoutils;
-
using std::set;
using std::string;
using std::stringstream;