Rework unit tests so test_bitcoin.cpp does not #include them all
[novacoin.git] / src / test / script_tests.cpp
index 13feb86..f3fa5c3 100644 (file)
@@ -2,8 +2,8 @@
 #include <boost/test/unit_test.hpp>
 #include <boost/foreach.hpp>
 
-#include "../main.h"
-#include "../wallet.h"
+#include "main.h"
+#include "wallet.h"
 
 using namespace std;
 extern uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType);