diff options
author | matt dannenberg <matt.dannenberg@10gen.com> | 2014-04-21 10:11:35 -0400 |
---|---|---|
committer | matt dannenberg <matt.dannenberg@10gen.com> | 2014-04-23 05:11:03 -0400 |
commit | 6b6513333fda24fab92aa807e942a023094d703b (patch) | |
tree | ee6bb5fd4847677b05ec248e8748065e9a146558 /src/mongo/db/restapi.cpp | |
parent | fa3a365802e4cd79aac25205056b267b5977feae (diff) | |
download | mongo-6b6513333fda24fab92aa807e942a023094d703b.tar.gz |
SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cpp
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 30f82f4c591..bb06d522491 100644 --- a/src/mongo/db/restapi.cpp +++ b/src/mongo/db/restapi.cpp @@ -42,7 +42,7 @@ #include "mongo/db/dbwebserver.h" #include "mongo/db/instance.h" #include "mongo/db/repl/master_slave.h" -#include "mongo/db/repl/replication_server_status.h" +#include "mongo/db/repl/repl_settings.h" #include "mongo/db/repl/rs.h" #include "mongo/util/md5.hpp" #include "mongo/util/mongoutils/html.h" |