From e5a6057724d07ef9fd476cd812f38728427d570d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 21 Nov 2015 12:17:46 +0100 Subject: [PATCH] Remove api.h reference --- src/libsodium/crypto_hash/sha512/cp/hash_sha512.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c b/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c index f1a15171..164cedb6 100644 --- a/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +++ b/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c @@ -26,7 +26,6 @@ * */ -#include "api.h" #include "crypto_hash_sha512.h" #include "utils.h"