Index: webrtc/base/physicalsocketserver.cc |
diff --git a/webrtc/base/physicalsocketserver.cc b/webrtc/base/physicalsocketserver.cc |
index 4cea0403df59b1a62842273364cfd4ea0e24144e..708499df531f076af2210137c0eb2ed4795c6bab 100644 |
--- a/webrtc/base/physicalsocketserver.cc |
+++ b/webrtc/base/physicalsocketserver.cc |
@@ -50,11 +50,6 @@ |
#include "webrtc/base/winping.h" |
#include "webrtc/base/win32socketinit.h" |
-// stm: this will tell us if we are on OSX |
-#ifdef HAVE_CONFIG_H |
-#include "config.h" |
-#endif |
- |
#if defined(WEBRTC_POSIX) |
#include <netinet/tcp.h> // for TCP_NODELAY |
#define IP_MTU 14 // Until this is integrated from linux/in.h to netinet/in.h |