common: move gossip_store_wire.csv into common/ from gossipd/

It's used by common/gossip_store.c, which is used by many things other than
gossipd.  This file belongs in common.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-02-12 09:17:10 +10:30
parent 5dcf39867c
commit e8fd235d4e
26 changed files with 33 additions and 39 deletions

View File

@@ -3,8 +3,8 @@
#include <ccan/err/err.h>
#include <ccan/read_write_all/read_write_all.h>
#include <common/gossip_store.h>
#include <common/gossip_store_wiregen.h>
#include <common/utils.h>
#include <gossipd/gossip_store_wiregen.h>
#include <unistd.h>
#include <wire/peer_wire.h>