Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1183)

Unified Diff: net/base/listen_socket.h

Issue 115870: Reduce header dependencies in net/ (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/listen_socket.h
diff --git a/net/base/listen_socket.h b/net/base/listen_socket.h
index cadc96201a820b28e94df1ec69ea3122f287e964..17fa50deb852feae78e7e01b5253df6307cff45c 100644
--- a/net/base/listen_socket.h
+++ b/net/base/listen_socket.h
@@ -11,6 +11,8 @@
#ifndef NET_BASE_LISTEN_SOCKET_H_
#define NET_BASE_LISTEN_SOCKET_H_
+#include "build/build_config.h"
+
#if defined(OS_WIN)
#include <winsock2.h>
#endif
@@ -19,8 +21,6 @@
#include "base/object_watcher.h"
#elif defined(OS_POSIX)
#include "base/message_loop.h"
-#include "net/base/net_util.h"
-#include "net/base/net_errors.h"
#endif
#include "base/basictypes.h"

Powered by Google App Engine
This is Rietveld 408576698