aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.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 /Scanner.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 'Scanner.h')
-rw-r--r--Scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scanner.h b/Scanner.h
index b57b8a18..43fcd133 100644
--- a/Scanner.h
+++ b/Scanner.h
@@ -55,7 +55,7 @@
#include <libdevcore/Common.h>
#include <libdevcore/Log.h>
#include <libdevcore/CommonData.h>
-#include <libevmcore/SourceLocation.h>
+#include <libevmasm/SourceLocation.h>
#include <libsolidity/Token.h>
namespace dev