Chromium Code Reviews| Index: net/udp/udp_socket_libevent.cc |
| =================================================================== |
| --- net/udp/udp_socket_libevent.cc (revision 89948) |
| +++ net/udp/udp_socket_libevent.cc (working copy) |
| @@ -21,11 +21,6 @@ |
| #if defined(OS_POSIX) |
| #include <netinet/in.h> |
| #endif |
| -#if defined(USE_SYSTEM_LIBEVENT) |
| -#include <event.h> |
| -#else |
| -#include "third_party/libevent/event.h" |
| -#endif |
| namespace net { |