aboutsummaryrefslogtreecommitdiffstats
path: root/SourceReferenceFormatter.h
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2015-05-05 22:06:17 +0800
committerGav Wood <g@ethdev.com>2015-05-05 22:06:17 +0800
commit22eaf8ecd80d3bf091826a4c71d07d4f6269ce80 (patch)
tree0f58dcbe6b08feb22df277e4999fff4604cc106e /SourceReferenceFormatter.h
parent730dc3e21b7ef31a977680f49fe74f24d22848a7 (diff)
parentc16b398f1ad84605d04630682122102b8cd544aa (diff)
downloaddexon-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.h2
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
{