diff options
| author | ame <[email protected]> | 2024-08-26 16:13:19 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-26 16:13:25 -0500 |
| commit | 7a15e796e8789b51a459af7fe890e02a416e1fc7 (patch) | |
| tree | 5d6e80abc948ba0034d3b4f32bba6746d95735e5 /src/hash/murmur.c | |
| parent | 064376146afad7af0b496014c59ba4b4f78d4c78 (diff) | |
use integer format macros
Diffstat (limited to 'src/hash/murmur.c')
| -rw-r--r-- | src/hash/murmur.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/murmur.c b/src/hash/murmur.c index 18f2887..d191d75 100644 --- a/src/hash/murmur.c +++ b/src/hash/murmur.c @@ -1,4 +1,3 @@ -#include "../util.h" #include "../crypto.h" #include <stdio.h> #include <stdint.h> |
