Browse Source

Removed script.cpp's dependence on main.h

miguelfreitas
Eric Lombrozo 12 years ago
parent
commit
48343a0a50
  1. 2
      src/script.cpp

2
src/script.cpp

@ -9,10 +9,10 @@ using namespace std; @@ -9,10 +9,10 @@ using namespace std;
using namespace boost;
#include "script.h"
#include "core.h"
#include "keystore.h"
#include "bignum.h"
#include "key.h"
#include "main.h"
#include "sync.h"
#include "util.h"

Loading…
Cancel
Save