From fa5ccc4137fdd14a75a6fc860b8ff6fc455cb55d Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 25 Oct 2023 11:53:27 +0200 Subject: [PATCH] iwyu: Export prevector.h from script.h This should cut some include bloat and seems fine to do, because prevector exists primarily to represent scripts. Also, add missing includes to script.h and addresstype.h --- src/addresstype.h | 4 +++- src/script/script.cpp | 5 ++++- src/script/script.h | 13 +++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/addresstype.h b/src/addresstype.h index d3422c6813..953ca4f968 100644 --- a/src/addresstype.h +++ b/src/addresstype.h @@ -5,13 +5,15 @@ #ifndef BITCOIN_ADDRESSTYPE_H #define BITCOIN_ADDRESSTYPE_H +#include #include #include