Project refactor. Introduce the Serpent library.

This commit is contained in:
Gav Wood
2014-06-27 23:47:24 +02:00
parent d737f6df42
commit b62f71c699
11 changed files with 24 additions and 22 deletions
+3 -3
View File
@@ -23,9 +23,9 @@
#include <fstream>
#include <sstream>
#include "JsonSpiritHeaders.h"
#include <libethsupport/Log.h>
#include <libethsupport/RLP.h>
#include <libethsupport/Common.h>
#include <libethential/Log.h>
#include <libethential/RLP.h>
#include <libethential/Common.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>