mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reorder some include files and group <libyul/>'s together (as much as possible)
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
|
||||
#include <cctype>
|
||||
#include <vector>
|
||||
#include <liblangutil/SourceLocation.h>
|
||||
#include <libsolidity/parsing/Parser.h>
|
||||
#include <liblangutil/Scanner.h>
|
||||
#include <libyul/AsmParser.h>
|
||||
#include <liblangutil/SourceLocation.h>
|
||||
#include <liblangutil/ErrorReporter.h>
|
||||
#include <liblangutil/Scanner.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace langutil;
|
||||
|
||||
Reference in New Issue
Block a user