diff options
author | 2020-04-13 15:01:40 +1000 | |
---|---|---|
committer | 2020-04-13 15:01:40 +1000 | |
commit | d10ba2b97a37cce242a4fee4839cde8e68cd0391 (patch) | |
tree | 4cda34172b3592970b2f822aea42f53c4166dcfb /src/lib/util/hashing.cpp | |
parent | 4590736ee97e4d9a539188fc00f9636b6b6526bd (diff) |
With permission from Dirk Best, apply 3-clause BSD license to common devices and image handling (nw)
Note that this does not apply to machine drivers or device implementations for a single machine family (e.g. Amiga chips or VTech expansion bus)
Diffstat (limited to 'src/lib/util/hashing.cpp')
-rw-r--r-- | src/lib/util/hashing.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/hashing.cpp b/src/lib/util/hashing.cpp index e554bd731b4..771d3d7b78f 100644 --- a/src/lib/util/hashing.cpp +++ b/src/lib/util/hashing.cpp @@ -12,7 +12,6 @@ #include <zlib.h> -#include <algorithm> #include <iomanip> #include <sstream> |