common: remove type_to_string files altogther.

This means including <common/utils.h> where it was indirectly included.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-03-20 11:17:55 +10:30
parent 37d22f9141
commit e0e879c003
154 changed files with 44 additions and 326 deletions

View File

@@ -6,7 +6,6 @@
#include <common/htlc_tx.h>
#include <common/key_derive.h>
#include <common/psbt_keypath.h>
#include <common/type_to_string.h>
#include <db/exec.h>
#include <errno.h>
#include <hsmd/hsmd_wiregen.h>