diff options
author | chriseth <c@ethdev.com> | 2015-04-24 23:35:16 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-04-30 17:42:02 +0800 |
commit | 99ea9a62fc00d1dab2ae9c50722e743b9b131aa4 (patch) | |
tree | cd45ad336a48afcc01b3fcadba563093277f506a /SourceReferenceFormatter.h | |
parent | 8a1758e60501911b44a0287c4573d4316b684295 (diff) | |
download | dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.gz dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.tar.zst dexon-solidity-99ea9a62fc00d1dab2ae9c50722e743b9b131aa4.zip |
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
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 304e6a27..ba1077ff 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 { |