Chromium Code Reviews| Index: net/base/listen_socket.cc |
| =================================================================== |
| --- net/base/listen_socket.cc (revision 89948) |
| +++ net/base/listen_socket.cc (working copy) |
| @@ -14,12 +14,7 @@ |
| #include <sys/socket.h> |
| #include <arpa/inet.h> |
| #include "net/base/net_errors.h" |
| -#if defined(USE_SYSTEM_LIBEVENT) |
| -#include <event.h> |
| -#else |
| -#include "third_party/libevent/event.h" |
| #endif |
| -#endif |
| #include "base/eintr_wrapper.h" |
| #include "base/threading/platform_thread.h" |