mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Adjust include paths.
This commit is contained in:
		
							parent
							
								
									0ec7a0e72c
								
							
						
					
					
						commit
						3ebb78a886
					
				| @ -15,12 +15,10 @@ | ||||
| 	along with solidity.  If not, see <http://www.gnu.org/licenses/>.
 | ||||
| */ | ||||
| /**
 | ||||
|  * @author Christian <c@ethdev.com> | ||||
|  * @date 2016 | ||||
|  * Code-generating part of inline assembly. | ||||
|  * Adaptor between the abstract assembly and eth assembly. | ||||
|  */ | ||||
| 
 | ||||
| #include <libyul/AsmCodeGen.h> | ||||
| #include <libsolidity/codegen/AsmCodeGen.h> | ||||
| 
 | ||||
| #include <libyul/AsmParser.h> | ||||
| #include <libyul/AsmData.h> | ||||
|  | ||||
| @ -15,9 +15,7 @@ | ||||
| 	along with solidity.  If not, see <http://www.gnu.org/licenses/>.
 | ||||
| */ | ||||
| /**
 | ||||
|  * @author Christian <c@ethdev.com> | ||||
|  * @date 2016 | ||||
|  * Code-generating part of inline assembly. | ||||
|  * Adaptor between the abstract assembly and eth assembly. | ||||
|  */ | ||||
| 
 | ||||
| #pragma once | ||||
|  | ||||
| @ -24,10 +24,10 @@ | ||||
| #include <libsolidity/codegen/CompilerUtils.h> | ||||
| #include <libsolidity/ast/AST.h> | ||||
| #include <libsolidity/codegen/Compiler.h> | ||||
| #include <libsolidity/codegen/AsmCodeGen.h> | ||||
| #include <libsolidity/interface/Version.h> | ||||
| #include <liblangutil/SourceReferenceFormatter.h> | ||||
| #include <libyul/AsmParser.h> | ||||
| #include <libyul/AsmCodeGen.h> | ||||
| #include <libyul/AsmAnalysis.h> | ||||
| #include <libyul/AsmAnalysisInfo.h> | ||||
| #include <libyul/YulString.h> | ||||
|  | ||||
| @ -23,8 +23,8 @@ | ||||
| #include <libsolidity/codegen/ContractCompiler.h> | ||||
| #include <libsolidity/codegen/ExpressionCompiler.h> | ||||
| #include <libsolidity/codegen/CompilerUtils.h> | ||||
| #include <libsolidity/codegen/AsmCodeGen.h> | ||||
| #include <libsolidity/ast/AST.h> | ||||
| #include <libyul/AsmCodeGen.h> | ||||
| #include <liblangutil/ErrorReporter.h> | ||||
| 
 | ||||
| #include <libevmasm/Instruction.h> | ||||
|  | ||||
| @ -22,12 +22,13 @@ | ||||
| 
 | ||||
| #include <libsolidity/interface/AssemblyStack.h> | ||||
| 
 | ||||
| #include <libsolidity/codegen/AsmCodeGen.h> | ||||
| 
 | ||||
| #include <liblangutil/Scanner.h> | ||||
| #include <libyul/AsmPrinter.h> | ||||
| #include <libyul/AsmParser.h> | ||||
| #include <libyul/AsmAnalysis.h> | ||||
| #include <libyul/AsmAnalysisInfo.h> | ||||
| #include <libyul/AsmCodeGen.h> | ||||
| #include <libyul/backends/evm/EVMCodeTransform.h> | ||||
| #include <libyul/backends/evm/EVMAssembly.h> | ||||
| #include <libyul/ObjectParser.h> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user