Clean up things that include script/standard.h

Remove standard.h from files that don't use anything in it, and include
it in files that do.
This commit is contained in:
Andrew Chow
2023-08-09 05:17:30 -04:00
parent 8bbe257bac
commit f3c9078b4c
52 changed files with 17 additions and 41 deletions

View File

@@ -65,7 +65,6 @@
#include <rpc/util.h>
#include <scheduler.h>
#include <script/sigcache.h>
#include <script/standard.h>
#include <shutdown.h>
#include <sync.h>
#include <timedata.h>