summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-06 21:49:42 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-09 14:21:50 -0500
commit87a5e280ae24bb1283b6e55378eee00ee088fb54 (patch)
tree9d6d8a448d2c94e610d8d4fe9ac51e7a8afb53d4 /src/mongo/db/index/s2_access_method.h
parent4e148e971ffaaf74200702cfeb8d4bf591d456a4 (diff)
downloadmongo-87a5e280ae24bb1283b6e55378eee00ee088fb54.tar.gz
SERVER-12213: proper file for BtreeBasedAccessMethod
Diffstat (limited to 'src/mongo/db/index/s2_access_method.h')
-rw-r--r--src/mongo/db/index/s2_access_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/s2_access_method.h b/src/mongo/db/index/s2_access_method.h
index 66c091f3e90..33e7cf1647b 100644
--- a/src/mongo/db/index/s2_access_method.h
+++ b/src/mongo/db/index/s2_access_method.h
@@ -30,7 +30,7 @@
#include "mongo/base/status.h"
#include "mongo/db/geo/s2common.h"
-#include "mongo/db/index/btree_access_method_internal.h"
+#include "mongo/db/index/btree_based_access_method.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/jsobj.h"