From 4e7c214485872d799684f39f1871733338761ad3 Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (fatigue)" Date: Tue, 30 Jul 2013 13:35:57 +0100 Subject: Remove mention of scrypt_platform.h from util library --- lib/util/memlimit.c | 1 - lib/util/readpass.c | 1 - lib/util/sysendian.h | 2 -- lib/util/warn.c | 1 - 4 files changed, 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 #include 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 #include 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 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 /* -- cgit v1.2.1