summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/isself_test.cpp
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/isself_test.cpp
parent85a3c8fc858549b03392d534e45ba59286707f8d (diff)
downloadmongo-1e67bede1a72e5fad8173c1bf76380ccb13b8470.tar.gz
SERVER-23246 make SockAddr its own files
Diffstat (limited to 'src/mongo/db/repl/isself_test.cpp')
-rw-r--r--src/mongo/db/repl/isself_test.cpp1
1 files changed, 0 insertions, 1 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 {