mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Project-wide reorganisation of namespaces.
This commit is contained in:
+5
-1
@@ -19,11 +19,14 @@
|
||||
* @date 2014
|
||||
*/
|
||||
|
||||
#include "TestHelper.h"
|
||||
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
#include <libethereum/Client.h>
|
||||
#include "TestHelper.h"
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace eth
|
||||
{
|
||||
|
||||
@@ -47,3 +50,4 @@ void connectClients(Client& c1, Client& c2)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user