summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.h
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2015-08-11 20:18:39 -0400
committerKevin Albertson <kevin.albertson@10gen.com>2015-08-11 20:21:50 -0400
commitfe56eead35e2883f6fd7be66e3f6ea10464b4307 (patch)
tree50a006b1ebc64908be094e7bdf5081d1f42d1aec /src/mongo/db/index/s2_access_method.h
parentf9904bce323dc4c45e0669043fa0c94304d18c6d (diff)
downloadmongo-fe56eead35e2883f6fd7be66e3f6ea10464b4307.tar.gz
SERVER-19596 Remove implicit circlular dependency in s2_keys
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 febb7c19b16..add49eccd10 100644
--- a/src/mongo/db/index/s2_access_method.h
+++ b/src/mongo/db/index/s2_access_method.h
@@ -31,7 +31,7 @@
#include "mongo/base/status.h"
#include "mongo/db/index/index_access_method.h"
#include "mongo/db/index/index_descriptor.h"
-#include "mongo/db/index/s2_indexing_params.h"
+#include "mongo/db/index/s2_common.h"
#include "mongo/db/jsobj.h"
namespace mongo {