diff options
author | Shaun Verch <shaun.verch@10gen.com> | 2012-12-13 21:45:48 -0500 |
---|---|---|
committer | Shaun Verch <shaun.verch@10gen.com> | 2012-12-18 11:39:21 -0500 |
commit | 9b52058086a5b005900b52bd850484ae64cfa97b (patch) | |
tree | 8756d025e0ddace446127bf1c1031973f78191a4 /src/mongo/s/grid.cpp | |
parent | 7784598c79b6514c1ebd9fab27ecdc878ef7aea4 (diff) | |
download | mongo-9b52058086a5b005900b52bd850484ae64cfa97b.tar.gz |
Removed cluster_constants files
Diffstat (limited to 'src/mongo/s/grid.cpp')
-rw-r--r-- | src/mongo/s/grid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/grid.cpp b/src/mongo/s/grid.cpp index 1ef4994647b..ac86919cc9f 100644 --- a/src/mongo/s/grid.cpp +++ b/src/mongo/s/grid.cpp @@ -24,7 +24,6 @@ #include "mongo/client/connpool.h" #include "mongo/db/json.h" #include "mongo/db/namespacestring.h" -#include "mongo/s/cluster_constants.h" #include "mongo/s/grid.h" #include "mongo/s/shard.h" #include "mongo/s/type_collection.h" |