diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-18 00:06:11 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-12-18 00:06:11 +0800 |
commit | ab7667627149e5793343b81af43f3fa1b328097d (patch) | |
tree | 7b282d939594c49ea2bb345f8129c17705deeeb1 /libsolidity/codegen/AsmCodeGen.h | |
parent | 332f914e4ef45f92c89beb87a8bb02ba5e85592b (diff) | |
download | dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.gz dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.bz2 dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.lz dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.xz dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.tar.zst dexon-solidity-ab7667627149e5793343b81af43f3fa1b328097d.zip |
Sort includes in libsolidity/codegen
Diffstat (limited to 'libsolidity/codegen/AsmCodeGen.h')
-rw-r--r-- | libsolidity/codegen/AsmCodeGen.h | 2 |
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 |