Chromium Code Reviews| Index: base/sys_byteorder.h |
| diff --git a/base/sys_byteorder.h b/base/sys_byteorder.h |
| index 704ed568b09e4483fb613ac8923636f6ac084b0d..efdf7df811e57c497388f5aa76e7565c7885a6da 100644 |
| --- a/base/sys_byteorder.h |
| +++ b/base/sys_byteorder.h |
| @@ -14,12 +14,6 @@ |
| #include "base/basictypes.h" |
| #include "build/build_config.h" |
| -#if defined(OS_WIN) |
| -#include <winsock2.h> |
| -#else |
| -#include <arpa/inet.h> |
| -#endif |
| - |
| namespace base { |
| // Returns a value with all bytes in |x| swapped, i.e. reverses the endianness. |