diff options
author | samantharitter <samantha.ritter@10gen.com> | 2015-05-27 10:31:18 -0400 |
---|---|---|
committer | samantharitter <samantha.ritter@10gen.com> | 2015-06-25 20:19:59 -0400 |
commit | 8152573ed2eae299001b2e4d459c3caf4f8fe245 (patch) | |
tree | 59195ef116cf8fc93809af420e4020e309b5316a /src/mongo/platform | |
parent | 5acceb49d017548b065a26fc4a8c62e9638cfa45 (diff) | |
download | mongo-8152573ed2eae299001b2e4d459c3caf4f8fe245.tar.gz |
SERVER-19117 Implement asynchronous replication NetworkInterface
Diffstat (limited to 'src/mongo/platform')
-rw-r--r-- | src/mongo/platform/windows_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/platform/windows_basic.h b/src/mongo/platform/windows_basic.h index 030edcaa677..7e2b8ac17fc 100644 --- a/src/mongo/platform/windows_basic.h +++ b/src/mongo/platform/windows_basic.h @@ -84,7 +84,6 @@ #include <winsock2.h> //this must be included before the first windows.h include #include <ws2tcpip.h> -#include <wspiapi.h> #include <windows.h> // Should come either from the command line, or if not set there, the inclusion of sdkddkver.h |