From 14d6809c0d59026c18e84a5769d3a13f226b589c Mon Sep 17 00:00:00 2001 From: cameronrich Date: Tue, 5 Jul 2016 19:57:29 +0000 Subject: [PATCH] removed endian.h from os_int.h as it is no longer needed and was causing issues with the micropython build git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@256 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- crypto/os_int.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/os_int.h b/crypto/os_int.h index 69e06c50e..a849e5b1a 100644 --- a/crypto/os_int.h +++ b/crypto/os_int.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Cameron Rich + * Copyright (c) 2012-2016, Cameron Rich * * All rights reserved. * @@ -56,7 +56,6 @@ typedef INT64 int64_t; #include #else #include -#include #endif /* Not Solaris */ #endif /* Not Win32 */