Remove "using namespace" from header and move Instruction to dev::eth.

This commit is contained in:
chriseth
2019-03-28 13:48:11 +01:00
parent 77b8b4874d
commit 2308904f68
66 changed files with 190 additions and 220 deletions
+3 -7
View File
@@ -39,11 +39,10 @@
using namespace std;
using namespace langutil;
using namespace dev;
using namespace dev::eth;
using namespace dev::solidity;
namespace dev
{
namespace solidity
{
void ExpressionCompiler::compile(Expression const& _expression)
{
@@ -2269,6 +2268,3 @@ CompilerUtils ExpressionCompiler::utils()
{
return CompilerUtils(m_context);
}
}
}