mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use forward declaration in EwasmTranslationTest
This commit is contained in:
parent
a21c8e18f1
commit
42a777e9e2
@ -28,6 +28,7 @@
|
||||
#include <libyul/AsmParser.h>
|
||||
#include <libyul/AssemblyStack.h>
|
||||
#include <libyul/AsmAnalysisInfo.h>
|
||||
#include <libyul/Object.h>
|
||||
|
||||
#include <liblangutil/ErrorReporter.h>
|
||||
#include <liblangutil/SourceReferenceFormatter.h>
|
||||
|
@ -19,7 +19,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <test/TestCase.h>
|
||||
#include <libyul/Object.h>
|
||||
|
||||
namespace solidity::langutil
|
||||
{
|
||||
@ -28,6 +27,11 @@ class Error;
|
||||
using ErrorList = std::vector<std::shared_ptr<Error const>>;
|
||||
}
|
||||
|
||||
namespace solidity::yul
|
||||
{
|
||||
struct Object;
|
||||
}
|
||||
|
||||
namespace solidity::yul::test
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user