diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-22 11:51:59 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-22 11:51:59 +0100 |
commit | ba0eb2042cefce45efa5c1ad294f05d0122815ee (patch) | |
tree | 1bd6f747538b315e5091eea6a773b7401db16929 /ht.h | |
parent | 24f5d4f4456fce3a9e8cd5a7c1225facd60ae979 (diff) |
fix circular dependencies
Diffstat (limited to 'ht.h')
-rw-r--r-- | ht.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #define _ht_h typedef struct _ht Ht; -typedef struct _state State; #include "val.h" |