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 | |
parent | d07c68a5972dac78cda2041fb66b51c2e1611076 (diff) | |
download | lua-scrypt-4e7c214485872d799684f39f1871733338761ad3.tar.gz |
Remove mention of scrypt_platform.h from util library
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/memlimit.c | 1 | ||||
-rw-r--r-- | lib/util/readpass.c | 1 | ||||
-rw-r--r-- | lib/util/sysendian.h | 2 | ||||
-rw-r--r-- | lib/util/warn.c | 1 |
4 files changed, 0 insertions, 5 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> diff --git a/lib/util/readpass.c b/lib/util/readpass.c index 91f77e0..f76fb46 100644 --- a/lib/util/readpass.c +++ b/lib/util/readpass.c @@ -23,7 +23,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "scrypt_platform.h" #include <stdio.h> #include <stdlib.h> diff --git a/lib/util/sysendian.h b/lib/util/sysendian.h index 62ef31a..0495194 100644 --- a/lib/util/sysendian.h +++ b/lib/util/sysendian.h @@ -29,8 +29,6 @@ #ifndef _SYSENDIAN_H_ #define _SYSENDIAN_H_ -#include "scrypt_platform.h" - /* If we don't have be64enc, the <sys/endian.h> we have isn't usable. */ #if !HAVE_DECL_BE64ENC #undef HAVE_SYS_ENDIAN_H diff --git a/lib/util/warn.c b/lib/util/warn.c index 504f935..69f7b2d 100644 --- a/lib/util/warn.c +++ b/lib/util/warn.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" #ifdef HAVE_ERR_H /* |