aboutsummaryrefslogtreecommitdiffstats
path: root/SourceReferenceFormatter.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 /SourceReferenceFormatter.h
parent8a1758e60501911b44a0287c4573d4316b684295 (diff)
downloaddexon-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.h2
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
{