Rework unit tests so test_bitcoin.cpp does not #include them all
[novacoin.git] / src / test / base58_tests.cpp
index c7fa74e..d52ac74 100644 (file)
@@ -1,6 +1,8 @@
 #include <boost/test/unit_test.hpp>
 
-#include "../util.h"
+#include "main.h"
+#include "wallet.h"
+#include "util.h"
 
 BOOST_AUTO_TEST_SUITE(base58_tests)