diff options
author | Eric Milkie <milkie@10gen.com> | 2013-03-08 09:05:10 -0500 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2013-03-11 11:15:03 -0400 |
commit | 2544cc8a30c14218344402b5cc9d0ffa05c99888 (patch) | |
tree | 1311db9ec28d5c9799190c9ac642c24f666c1d66 /src/mongo/db/restapi.cpp | |
parent | 90a3bb93ef918a876592239409d311f41954a348 (diff) | |
download | mongo-2544cc8a30c14218344402b5cc9d0ffa05c99888.tar.gz |
SERVER-7772 repl_start
Diffstat (limited to 'src/mongo/db/restapi.cpp')
-rw-r--r-- | src/mongo/db/restapi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.cpp b/src/mongo/db/restapi.cpp index 2500cd13763..6c700bbad6d 100644 --- a/src/mongo/db/restapi.cpp +++ b/src/mongo/db/restapi.cpp @@ -24,7 +24,6 @@ #include "instance.h" #include "dbwebserver.h" #include "dbhelpers.h" -#include "repl.h" #include "replutil.h" #include "clientcursor.h" #include "background.h" |