summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto_scrypt-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/crypto_scrypt-ref.c')
-rw-r--r--lib/crypto/crypto_scrypt-ref.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crypto/crypto_scrypt-ref.c b/lib/crypto/crypto_scrypt-ref.c
index b47ca45..1b0d514 100644
--- a/lib/crypto/crypto_scrypt-ref.c
+++ b/lib/crypto/crypto_scrypt-ref.c
@@ -26,8 +26,7 @@
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
*/
-#include "scrypt_platform.h"
-
+
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>