summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_throttle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket_throttle.cc')
-rw-r--r--net/websockets/websocket_throttle.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/websockets/websocket_throttle.cc b/net/websockets/websocket_throttle.cc
index db41248..8d0d1fb 100644
--- a/net/websockets/websocket_throttle.cc
+++ b/net/websockets/websocket_throttle.cc
@@ -4,12 +4,6 @@
#include "net/websockets/websocket_throttle.h"
-#if defined(OS_WIN)
-#include <ws2tcpip.h>
-#else
-#include <netdb.h>
-#endif
-
#include <string>
#include "base/message_loop.h"
@@ -17,6 +11,7 @@
#include "base/singleton.h"
#include "base/string_util.h"
#include "net/base/io_buffer.h"
+#include "net/base/sys_addrinfo.h"
#include "net/socket_stream/socket_stream.h"
namespace net {