aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-24 23:35:16 +0800
committerchriseth <c@ethdev.com>2015-04-30 17:42:02 +0800
commit99ea9a62fc00d1dab2ae9c50722e743b9b131aa4 (patch)
treecd45ad336a48afcc01b3fcadba563093277f506a /Exceptions.h
parent8a1758e60501911b44a0287c4573d4316b684295 (diff)
downloaddexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.gz
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.bz2
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.lz
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.xz
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.zst
dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.zip
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
Diffstat (limited to 'Exceptions.h')
-rw-r--r--Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exceptions.h b/Exceptions.h
index 0d07c706..e5f653e1 100644
--- a/Exceptions.h
+++ b/Exceptions.h
@@ -24,7 +24,7 @@
#include <string>
#include <libdevcore/Exceptions.h>
-#include <libevmcore/SourceLocation.h>
+#include <libevmasm/SourceLocation.h>
namespace dev
{