summaryrefslogtreecommitdiff
path: root/lib/util/sysendian.h
diff options
context:
space:
mode:
authorRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:35:57 +0100
committerRob Kendrick (fatigue) <rjek@rjek.com>2013-07-30 13:35:57 +0100
commit4e7c214485872d799684f39f1871733338761ad3 (patch)
treed1fd704bf76c5e75c23c07a3e8a639af7bfe9932 /lib/util/sysendian.h
parentd07c68a5972dac78cda2041fb66b51c2e1611076 (diff)
downloadlua-scrypt-git-4e7c214485872d799684f39f1871733338761ad3.tar.gz
Remove mention of scrypt_platform.h from util library
Diffstat (limited to 'lib/util/sysendian.h')
-rw-r--r--lib/util/sysendian.h2
1 files changed, 0 insertions, 2 deletions
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