mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Clean up some includes in tests
This commit is contained in:
parent
d3820aa833
commit
be22032141
@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <libdevcore/JSON.h>
|
||||
#include <test/Metadata.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -25,9 +25,6 @@
|
||||
#include <libsolidity/interface/Version.h>
|
||||
#include <libsolc/libsolc.h>
|
||||
|
||||
#include <test/Metadata.h>
|
||||
#include <test/Options.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace dev
|
||||
|
@ -23,8 +23,7 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <libsolidity/interface/StandardCompiler.h>
|
||||
#include <libdevcore/JSON.h>
|
||||
|
||||
#include "../Metadata.h"
|
||||
#include <test/Metadata.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace dev::eth;
|
||||
|
Loading…
Reference in New Issue
Block a user