mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjust include paths.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user