From 5e4b1826168b74d8b5e71227ded12980efd5a243 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Thu, 15 Oct 2020 00:56:22 +0200 Subject: Combine XAlloc.[ch] into XUtils.[ch] --- Hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hashtable.c') diff --git a/Hashtable.c b/Hashtable.c index 383b34a8..a086227c 100644 --- a/Hashtable.c +++ b/Hashtable.c @@ -6,7 +6,7 @@ in the source distribution for its full text. */ #include "Hashtable.h" -#include "XAlloc.h" +#include "XUtils.h" #include #include -- cgit v1.2.3