refactor: move compat.h into compat/

This commit is contained in:
fanquake
2022-06-28 13:27:57 +01:00
parent 895937edb2
commit cc7b2fdd70
29 changed files with 31 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <chainparams.h>
#include <compat.h>
#include <compat/compat.h>
#include <compat/endian.h>
#include <crypto/sha256.h>
#include <fs.h>