summaryrefslogtreecommitdiff
path: root/src/mongo/s/strategy.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
commitea103d7bce187a9d48bc286ac574c239260fdde8 (patch)
tree2e4908bccd38eebb2301af2bbbf4f4b438add850 /src/mongo/s/strategy.cpp
parent288056872d40a1b40194937603f4456458586f22 (diff)
downloadmongo-ea103d7bce187a9d48bc286ac574c239260fdde8.tar.gz
re-org structure and catalog directories part 2
Diffstat (limited to 'src/mongo/s/strategy.cpp')
-rw-r--r--src/mongo/s/strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/strategy.cpp b/src/mongo/s/strategy.cpp
index aa0cc37674b..86c7a1f8189 100644
--- a/src/mongo/s/strategy.cpp
+++ b/src/mongo/s/strategy.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/commands.h"
#include "mongo/db/max_time.h"
#include "mongo/db/server_parameters.h"
-#include "mongo/db/storage/index_details.h"
+#include "mongo/db/structure/catalog/index_details.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/query/lite_parsed_query.h"
#include "mongo/db/stats/counters.h"