diff options
author | Rob Kendrick (fatigue) <rjek@rjek.com> | 2013-07-30 13:48:13 +0100 |
---|---|---|
committer | Rob Kendrick (fatigue) <rjek@rjek.com> | 2013-07-30 13:48:13 +0100 |
commit | 6834bf049f5e8736a4559c77769ab4f97ff96bfd (patch) | |
tree | ea699aa897ba25d2bca06f5d278b55676ebec80b /lib/scryptenc/scryptenc_cpuperf.c | |
parent | 4e7c214485872d799684f39f1871733338761ad3 (diff) | |
download | lua-scrypt-git-6834bf049f5e8736a4559c77769ab4f97ff96bfd.tar.gz |
Remove mention of scrypt_platform.h from scryptenc library
Diffstat (limited to 'lib/scryptenc/scryptenc_cpuperf.c')
-rw-r--r-- | lib/scryptenc/scryptenc_cpuperf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |