mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-09 05:34:24 +00:00
Removed script.cpp's dependence on main.h
This commit is contained in:
parent
65e7bbef74
commit
48343a0a50
@ -9,10 +9,10 @@ using namespace std;
|
|||||||
using namespace boost;
|
using namespace boost;
|
||||||
|
|
||||||
#include "script.h"
|
#include "script.h"
|
||||||
|
#include "core.h"
|
||||||
#include "keystore.h"
|
#include "keystore.h"
|
||||||
#include "bignum.h"
|
#include "bignum.h"
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "main.h"
|
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user