summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-02-15 18:15:02 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-02-18 11:07:52 -0500
commitf2744a782db74983e3ce4e145839ea15f1e4dd5f (patch)
treec8f6c5b71ece5ef82461a414ad2a8adbff638a1a /src/mongo/s/commands/strategy.cpp
parent37f8730b1ed1a4d51dd65dad439e41aff1869484 (diff)
downloadmongo-f2744a782db74983e3ce4e145839ea15f1e4dd5f.tar.gz
SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/
There is no need for the CatalogCache and the cache entry classes to be in the same directory as the catalog manager.
Diffstat (limited to 'src/mongo/s/commands/strategy.cpp')
-rw-r--r--src/mongo/s/commands/strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/strategy.cpp b/src/mongo/s/commands/strategy.cpp
index 08fde3b67a4..480e66eeb71 100644
--- a/src/mongo/s/commands/strategy.cpp
+++ b/src/mongo/s/commands/strategy.cpp
@@ -53,7 +53,7 @@
#include "mongo/db/views/resolved_view.h"
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/rpc/metadata/server_selection_metadata.h"
-#include "mongo/s/catalog/catalog_cache.h"
+#include "mongo/s/catalog_cache.h"
#include "mongo/s/chunk_manager.h"
#include "mongo/s/chunk_version.h"
#include "mongo/s/client/shard_registry.h"