aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/AsmCodeGen.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-18 00:46:53 +0800
committerGitHub <noreply@github.com>2018-12-18 00:46:53 +0800
commit9ab6133f85e222e5830574cc834f151bf6102a68 (patch)
treee14e2f34e588c7188ce59f2324940daea53f45b0 /libsolidity/codegen/AsmCodeGen.h
parent75ca6d11f4acf36d83bb08997f94df3b7eed9ccc (diff)
parentab7667627149e5793343b81af43f3fa1b328097d (diff)
downloaddexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar.gz
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar.bz2
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar.lz
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar.xz
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.tar.zst
dexon-solidity-9ab6133f85e222e5830574cc834f151bf6102a68.zip
Merge pull request #5667 from ethereum/sort_includes_codegen
Sort includes in libsolidity/codegen
Diffstat (limited to 'libsolidity/codegen/AsmCodeGen.h')
-rw-r--r--libsolidity/codegen/AsmCodeGen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsolidity/codegen/AsmCodeGen.h b/libsolidity/codegen/AsmCodeGen.h
index 303d32ee..516b0a36 100644
--- a/libsolidity/codegen/AsmCodeGen.h
+++ b/libsolidity/codegen/AsmCodeGen.h
@@ -22,9 +22,7 @@
#include <libyul/AsmAnalysis.h>
#include <libyul/backends/evm/AbstractAssembly.h>
-
#include <liblangutil/SourceLocation.h>
-
#include <functional>
namespace yul