summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/scryptenc/scryptenc.c1
-rw-r--r--lib/scryptenc/scryptenc_cpuperf.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/scryptenc/scryptenc.c b/lib/scryptenc/scryptenc.c
index 3b7fd0f..cf091bf 100644
--- a/lib/scryptenc/scryptenc.c
+++ b/lib/scryptenc/scryptenc.c
@@ -26,7 +26,6 @@
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
*/
-#include "scrypt_platform.h"
#include <errno.h>
#include <fcntl.h>
diff --git a/lib/scryptenc/scryptenc_cpuperf.c b/lib/scryptenc/scryptenc_cpuperf.c
index aa2d503..27b7915 100644
--- a/lib/scryptenc/scryptenc_cpuperf.c
+++ b/lib/scryptenc/scryptenc_cpuperf.c
@@ -26,7 +26,6 @@
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
*/
-#include "scrypt_platform.h"
#include <sys/time.h>