From ba0eb2042cefce45efa5c1ad294f05d0122815ee Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 22 Jun 2024 11:51:59 +0100 Subject: fix circular dependencies --- ht.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ht.h') diff --git a/ht.h b/ht.h index 36a1d2a..656df73 100644 --- a/ht.h +++ b/ht.h @@ -2,7 +2,6 @@ #define _ht_h typedef struct _ht Ht; -typedef struct _state State; #include "val.h" -- cgit v1.2.3