diff options
| author | Martin Ridgers <[email protected]> | 2021-12-15 13:43:16 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-16 09:35:51 +0100 |
| commit | 8716d8f7bc8207b38defeb464c42e8d572816248 (patch) | |
| tree | 33c5ec497366b9bab31306d5bce30a516da4ff49 | |
| parent | Not all compilers support C++20's iterator string_view contructor (diff) | |
| download | zen-8716d8f7bc8207b38defeb464c42e8d572816248.tar.xz zen-8716d8f7bc8207b38defeb464c42e8d572816248.zip | |
Deleted unused endian.h include
| -rw-r--r-- | zencore/md5.cpp | 5 |
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 ** |