refactor: Move system from util to common library

Since the kernel library no longer depends on the system file, move it
to the common library instead in accordance to the diagram in
doc/design/libraries.md.
This commit is contained in:
TheCharlatan 2023-05-08 11:32:13 +02:00
parent 7eee356c0a
commit 7d3b35004b
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173
62 changed files with 70 additions and 71 deletions

View file

@ -5,11 +5,11 @@
#include <script/sigcache.h>
#include <common/system.h>
#include <logging.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <util/system.h>
#include <cuckoocache.h>