Rework unit tests so test_bitcoin.cpp does not #include them all
[novacoin.git] / src / test / miner_tests.cpp
index 8fc5347..d4abd6d 100644 (file)
@@ -1,6 +1,6 @@
 #include <boost/test/unit_test.hpp>
 
-#include "../uint256.h"
+#include "uint256.h"
 
 extern void SHA256Transform(void* pstate, void* pinput, const void* pinit);