]> Git Repo - VerusCoin.git/blobdiff - src/test/mruset_tests.cpp
Cleanup code using forward declarations.
[VerusCoin.git] / src / test / mruset_tests.cpp
index 64a6678a73db4b283534192d252d01f181c1f56b..638c88fabe2a18d2ac0f17bcde5da51b55689cb5 100644 (file)
@@ -1,13 +1,16 @@
-#include <boost/test/unit_test.hpp>
-
-using namespace std;
-
 #include "mruset.h"
+
 #include "util.h"
 
+#include <set>
+
+#include <boost/test/unit_test.hpp>
+
 #define NUM_TESTS 16
 #define MAX_SIZE 100
 
+using namespace std;
+
 class mrutester
 {
 private:
This page took 0.02294 seconds and 4 git commands to generate.