diff options
author | Rob Kendrick (fatigue) <rjek@rjek.com> | 2013-07-30 13:35:57 +0100 |
---|---|---|
committer | Rob Kendrick (fatigue) <rjek@rjek.com> | 2013-07-30 13:35:57 +0100 |
commit | 4e7c214485872d799684f39f1871733338761ad3 (patch) | |
tree | d1fd704bf76c5e75c23c07a3e8a639af7bfe9932 /lib/util/memlimit.c | |
parent | d07c68a5972dac78cda2041fb66b51c2e1611076 (diff) | |
download | lua-scrypt-4e7c214485872d799684f39f1871733338761ad3.tar.gz |
Remove mention of scrypt_platform.h from util library
Diffstat (limited to 'lib/util/memlimit.c')
-rw-r--r-- | lib/util/memlimit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/memlimit.c b/lib/util/memlimit.c index 8303f5c..f1f10bf 100644 --- a/lib/util/memlimit.c +++ b/lib/util/memlimit.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/types.h> #include <sys/resource.h> |