aboutsummaryrefslogtreecommitdiffstats
path: root/CodeFragment.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
committerGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
commit55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5 (patch)
tree247519b7da49081cd572868d836249cece6d27b9 /CodeFragment.h
parent6ff57fe0759d13a97346cf5590f57ad729cbbae7 (diff)
downloaddexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.gz
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.bz2
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.lz
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.xz
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.zst
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.zip
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
Diffstat (limited to 'CodeFragment.h')
-rw-r--r--CodeFragment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeFragment.h b/CodeFragment.h
index a81d8ea2..60ab7c6d 100644
--- a/CodeFragment.h
+++ b/CodeFragment.h
@@ -21,7 +21,7 @@
#pragma once
-#include <libethential/Common.h>
+#include <libdevcore/Common.h>
#include <libevmface/Instruction.h>
#include "Assembly.h"
#include "Exceptions.h"