remove unused import

This commit is contained in:
Squibid 2025-11-14 11:05:56 -05:00
parent 4bcbaa4549
commit a205314c69
Signed by: squibid
GPG key ID: BECE5684D3C4005D

1
hash.c
View file

@ -6,7 +6,6 @@
#include <string.h>
#include <sys/stat.h>
#include <stdint.h>
#include <errno.h>
#include "hash.h"
#include "helpers.h"