Chromium Code Reviews| Index: crypto/p224.cc |
| diff --git a/crypto/p224.cc b/crypto/p224.cc |
| index 0c87a5f07dcc0c40281930c044267329c3b37539..31a19bca360722cb4e5f53c3e49e3f17c064d719 100644 |
| --- a/crypto/p224.cc |
| +++ b/crypto/p224.cc |
| @@ -11,14 +11,7 @@ |
| #include <string.h> |
| -#include "build/build_config.h" |
| - |
| -// For htonl and ntohl. |
| -#if defined(OS_WIN) |
| -#include <winsock2.h> |
| -#else |
| -#include <arpa/inet.h> |
| -#endif |
| +#include "base/sys_byteorder.h" |
| namespace { |