mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused include of boost/variant
This commit is contained in:
parent
565423c934
commit
8230022e18
@ -26,7 +26,7 @@
|
||||
#include <libyul/ASTForward.h>
|
||||
#include <liblangutil/SourceLocation.h>
|
||||
#include <json/json.h>
|
||||
#include <boost/variant.hpp>
|
||||
#include <boost/variant/static_visitor.hpp>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
|
@ -10,9 +10,7 @@
|
||||
|
||||
#include <liblangutil/Exceptions.h>
|
||||
|
||||
#include <boost/variant/static_visitor.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
|
||||
#include <ostream>
|
||||
#include <random>
|
||||
|
Loading…
Reference in New Issue
Block a user