From 2cee45e2ae61784b11ba63e7c56306e2d027c6ff Mon Sep 17 00:00:00 2001 From: Risan Date: Sat, 21 Jun 2025 22:44:39 +0900 Subject: [PATCH] Update hashfunction.c to use gap_all.h --- src/hashfunctions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashfunctions.c b/src/hashfunctions.c index 44fe106..5533c6b 100644 --- a/src/hashfunctions.c +++ b/src/hashfunctions.c @@ -13,7 +13,7 @@ #include "hashfunctions.h" -#include "intfuncs.h" // GAP header +#include "gap_all.h" // GAP header #include // for labs