summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-03-22 15:52:53 -0400
committerMatt Cotter <matt.cotter@mongodb.com>2016-03-23 14:29:26 -0400
commit1e67bede1a72e5fad8173c1bf76380ccb13b8470 (patch)
tree7d4c1c7e8dfc2839cfce6cacd4253a050058e3f4 /src/mongo/db/repl
parent85a3c8fc858549b03392d534e45ba59286707f8d (diff)
downloadmongo-1e67bede1a72e5fad8173c1bf76380ccb13b8470.tar.gz
SERVER-23246 make SockAddr its own files
Diffstat (limited to 'src/mongo/db/repl')
-rw-r--r--src/mongo/db/repl/isself_test.cpp1
-rw-r--r--src/mongo/db/repl/replication_coordinator_external_state_impl.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/isself_test.cpp b/src/mongo/db/repl/isself_test.cpp
index b6a3e26f8e6..f01276ea532 100644
--- a/src/mongo/db/repl/isself_test.cpp
+++ b/src/mongo/db/repl/isself_test.cpp
@@ -32,7 +32,6 @@
#include "mongo/db/server_options.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/net/hostandport.h"
-#include "mongo/util/net/sock.h"
#include "mongo/util/scopeguard.h"
namespace mongo {
diff --git a/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp b/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
index c14dae19b8c..d21ada87837 100644
--- a/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
+++ b/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
@@ -69,7 +69,6 @@
#include "mongo/util/mongoutils/str.h"
#include "mongo/util/net/hostandport.h"
#include "mongo/util/net/message_port.h"
-#include "mongo/util/net/sock.h"
namespace mongo {
namespace repl {