summaryrefslogtreecommitdiff
path: root/src/mongo/db/restapi.cpp
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-04-16 10:17:41 -0400
committerEric Milkie <milkie@10gen.com>2013-04-16 11:36:29 -0400
commitae8f60287af2138896faea6de17b1da8b4e7054a (patch)
tree1d7d686dd2223b24fb1fce2f4f014c596a204088 /src/mongo/db/restapi.cpp
parent8f543cb195e7cd9c4586644b3e0de971cc4d01d4 (diff)
downloadmongo-ae8f60287af2138896faea6de17b1da8b4e7054a.tar.gz
SERVER-7772 rename and move header to is_master.h
Diffstat (limited to 'src/mongo/db/restapi.cpp')
-rw-r--r--src/mongo/db/restapi.cpp27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/mongo/db/restapi.cpp b/src/mongo/db/restapi.cpp
index 6c700bbad6d..2822fdafcb4 100644
--- a/src/mongo/db/restapi.cpp
+++ b/src/mongo/db/restapi.cpp
@@ -17,18 +17,21 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "pch.h"
-#include "../util/net/miniwebserver.h"
-#include "../util/mongoutils/html.h"
-#include "../util/md5.hpp"
-#include "instance.h"
-#include "dbwebserver.h"
-#include "dbhelpers.h"
-#include "replutil.h"
-#include "clientcursor.h"
-#include "background.h"
-
-#include "restapi.h"
+#include "mongo/pch.h"
+
+#include "mongo/db/restapi.h"
+
+#include "mongo/db/background.h"
+#include "mongo/db/clientcursor.h"
+#include "mongo/db/dbhelpers.h"
+#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/rs.h"
+#include "mongo/util/md5.hpp"
+#include "mongo/util/mongoutils/html.h"
+#include "mongo/util/net/miniwebserver.h"
namespace mongo {