diff options
author | Spencer T Brody <spencer@mongodb.com> | 2015-01-07 15:48:00 -0500 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2015-01-12 11:42:03 -0500 |
commit | 76b2e3c90dc12229317722f60affaf4f11e9084e (patch) | |
tree | 7b2fda656aaa71df00a9c1e9d5380f6eded58338 /src/mongo/db/cloner.cpp | |
parent | c518ce7ff2255004e299c802625f2f7c65e048fd (diff) | |
download | mongo-76b2e3c90dc12229317722f60affaf4f11e9084e.tar.gz |
SERVER-16764 Make ReplicationCoordinator file names match the type names
Diffstat (limited to 'src/mongo/db/cloner.cpp')
-rw-r--r-- | src/mongo/db/cloner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cloner.cpp b/src/mongo/db/cloner.cpp index f81806f01c9..b052a253407 100644 --- a/src/mongo/db/cloner.cpp +++ b/src/mongo/db/cloner.cpp @@ -55,7 +55,7 @@ #include "mongo/db/namespace_string.h" #include "mongo/db/repl/isself.h" #include "mongo/db/repl/oplog.h" -#include "mongo/db/repl/repl_coordinator_global.h" +#include "mongo/db/repl/replication_coordinator_global.h" #include "mongo/db/server_parameters.h" #include "mongo/db/storage_options.h" #include "mongo/util/log.h" |