aboutsummaryrefslogtreecommitdiff
path: root/zencore/md5.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-12-15 13:43:16 +0100
committerMartin Ridgers <[email protected]>2021-12-16 09:35:51 +0100
commit8716d8f7bc8207b38defeb464c42e8d572816248 (patch)
tree33c5ec497366b9bab31306d5bce30a516da4ff49 /zencore/md5.cpp
parentNot all compilers support C++20's iterator string_view contructor (diff)
downloadzen-8716d8f7bc8207b38defeb464c42e8d572816248.tar.xz
zen-8716d8f7bc8207b38defeb464c42e8d572816248.zip
Deleted unused endian.h include
Diffstat (limited to 'zencore/md5.cpp')
-rw-r--r--zencore/md5.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/zencore/md5.cpp b/zencore/md5.cpp
index 519e41f37..bf11a6b3a 100644
--- a/zencore/md5.cpp
+++ b/zencore/md5.cpp
@@ -7,11 +7,6 @@
#include <string.h>
-// big endian architectures need #define __BYTE_ORDER __BIG_ENDIAN
-#ifndef _MSC_VER
-# include <endian.h>
-#endif
-
/*
**********************************************************************
** md5.h -- Header file for implementation of MD5 **