diff options
Diffstat (limited to 'crypto/p224.cc')
-rw-r--r-- | crypto/p224.cc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/crypto/p224.cc b/crypto/p224.cc index 0c87a5f..31a19bc 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 { |