diff options
author | Gav Wood <g@ethdev.com> | 2015-05-05 22:06:17 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-05-05 22:06:17 +0800 |
commit | 22eaf8ecd80d3bf091826a4c71d07d4f6269ce80 (patch) | |
tree | 0f58dcbe6b08feb22df277e4999fff4604cc106e /SourceReferenceFormatter.h | |
parent | 730dc3e21b7ef31a977680f49fe74f24d22848a7 (diff) | |
parent | c16b398f1ad84605d04630682122102b8cd544aa (diff) | |
download | dexon-solidity-22eaf8ecd80d3bf091826a4c71d07d4f6269ce80.tar.gz dexon-solidity-22eaf8ecd80d3bf091826a4c71d07d4f6269ce80.tar.zst dexon-solidity-22eaf8ecd80d3bf091826a4c71d07d4f6269ce80.zip |
Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
Diffstat (limited to 'SourceReferenceFormatter.h')
-rw-r--r-- | SourceReferenceFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceReferenceFormatter.h b/SourceReferenceFormatter.h index ed2564f3..dd258c27 100644 --- a/SourceReferenceFormatter.h +++ b/SourceReferenceFormatter.h @@ -23,7 +23,7 @@ #pragma once #include <ostream> -#include <libevmcore/SourceLocation.h> +#include <libevmasm/SourceLocation.h> namespace dev { |