summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_text.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-12-13 13:10:09 -0500
committerHari Khalsa <hkhalsa@10gen.com>2013-12-13 13:34:49 -0500
commit3769b3046df920d5e323a0c18475f5e0d4c891af (patch)
treec2b859c17fb79cdade10c3909c5582ef34029ec7 /src/mongo/db/matcher/expression_parser_text.cpp
parentea923ba23ea90df88a7239d9e14967945a4cefdf (diff)
downloadmongo-3769b3046df920d5e323a0c18475f5e0d4c891af.tar.gz
SERVER-11178 remove catalog hack
Diffstat (limited to 'src/mongo/db/matcher/expression_parser_text.cpp')
-rw-r--r--src/mongo/db/matcher/expression_parser_text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_parser_text.cpp b/src/mongo/db/matcher/expression_parser_text.cpp
index 1c36ad2ef44..d0ddae91122 100644
--- a/src/mongo/db/matcher/expression_parser_text.cpp
+++ b/src/mongo/db/matcher/expression_parser_text.cpp
@@ -31,7 +31,6 @@
#include "mongo/base/init.h"
#include "mongo/db/client.h"
#include "mongo/db/fts/fts_language.h"
-#include "mongo/db/index/catalog_hack.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/matcher/expression_parser.h"
#include "mongo/db/matcher/expression_text.h"