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/restapi.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/restapi.cpp')
-rw-r--r-- | src/mongo/db/restapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.cpp b/src/mongo/db/restapi.cpp index d8fcd5c193f..e4e6a561757 100644 --- a/src/mongo/db/restapi.cpp +++ b/src/mongo/db/restapi.cpp @@ -47,7 +47,7 @@ #include "mongo/db/dbhelpers.h" #include "mongo/db/dbwebserver.h" #include "mongo/db/repl/master_slave.h" -#include "mongo/db/repl/repl_coordinator_global.h" +#include "mongo/db/repl/replication_coordinator_global.h" #include "mongo/util/log.h" #include "mongo/util/md5.hpp" #include "mongo/util/mongoutils/html.h" |