e_os.h removal from other headers and source files.
[openssl.git] / crypto / blake2 / blake2_impl.h
index 8fe5c9591505942a258e169c5876d75f0d4e84fc..80b717e79c08ab4ae9dd5163c13c0cdc58ec9a6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -15,7 +15,6 @@
  */
 
 #include <string.h>
-#include "e_os.h"
 
 static ossl_inline uint32_t load32(const uint8_t *src)
 {