Include cleanup.

This commit is contained in:
chriseth
2019-03-28 14:32:48 +01:00
parent 20ae3ad555
commit f2cee9ec0c
18 changed files with 37 additions and 36 deletions
+4 -3
View File
@@ -21,10 +21,11 @@
* Contains knowledge about the state of the virtual machine at a specific instruction.
*/
#include "KnownState.h"
#include <functional>
#include <libdevcore/Keccak256.h>
#include <libevmasm/KnownState.h>
#include <libevmasm/AssemblyItem.h>
#include <libdevcore/Keccak256.h>
#include <functional>
using namespace std;
using namespace dev;