diff options
author | Paul Duncan <pabs@pablotron.org> | 2019-01-08 14:30:39 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2019-01-08 14:30:39 -0500 |
commit | 1bc7126d48bd09c9b8d69593d4a48e9cd394a79f (patch) | |
tree | 7f0a0c154afa3838e04b8b7f822ebc5bf2e6e1aa /src/libsok/sok-ctx-hash.c | |
parent | 6802c00bb064ac718fbf9cfd08fd10e6fa9f9a06 (diff) | |
download | sok-1bc7126d48bd09c9b8d69593d4a48e9cd394a79f.tar.bz2 sok-1bc7126d48bd09c9b8d69593d4a48e9cd394a79f.zip |
remove unused header
Diffstat (limited to 'src/libsok/sok-ctx-hash.c')
-rw-r--r-- | src/libsok/sok-ctx-hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsok/sok-ctx-hash.c b/src/libsok/sok-ctx-hash.c index cf0f270..61689ea 100644 --- a/src/libsok/sok-ctx-hash.c +++ b/src/libsok/sok-ctx-hash.c @@ -1,5 +1,4 @@ #include <stdint.h> // uint16_t -#include <stdio.h> // debug #include "sok.h" // fnv64 |