| Index: webrtc/base/proxydetect.cc
|
| diff --git a/webrtc/base/proxydetect.cc b/webrtc/base/proxydetect.cc
|
| index 30959ca1d3f14198cd14597140e9a51cc9ad814e..abb8f0a927904a7f09cbe408e0024137859f2754 100644
|
| --- a/webrtc/base/proxydetect.cc
|
| +++ b/webrtc/base/proxydetect.cc
|
| @@ -15,10 +15,6 @@
|
| #include <shlobj.h>
|
| #endif // WEBRTC_WIN
|
|
|
| -#ifdef HAVE_CONFIG_H
|
| -#include "config.h"
|
| -#endif
|
| -
|
| #if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
|
| #include <SystemConfiguration/SystemConfiguration.h>
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|