summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_enable_sharding_cmd.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/cluster_enable_sharding_cmd.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/cluster_enable_sharding_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_enable_sharding_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_enable_sharding_cmd.cpp b/src/mongo/s/commands/cluster_enable_sharding_cmd.cpp
index bd7adb2fbb6..6f8338a0ae8 100644
--- a/src/mongo/s/commands/cluster_enable_sharding_cmd.cpp
+++ b/src/mongo/s/commands/cluster_enable_sharding_cmd.cpp
@@ -39,8 +39,8 @@
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/client.h"
#include "mongo/db/commands.h"
-#include "mongo/s/catalog/catalog_cache.h"
#include "mongo/s/catalog/sharding_catalog_client.h"
+#include "mongo/s/catalog_cache.h"
#include "mongo/s/config.h"
#include "mongo/s/grid.h"
#include "mongo/util/log.h"