mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename AsmData -> AST
Also attempt to only include ASTForward where appropriate.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
namespace solidity::yul
|
||||
{
|
||||
// Forward-declaration to <yul/AsmData.h>
|
||||
// Forward-declaration to <yul/AST.h>
|
||||
struct Block;
|
||||
struct Dialect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user