aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/AsmDataForward.h
diff options
context:
space:
mode:
Diffstat (limited to 'libyul/AsmDataForward.h')
-rw-r--r--libyul/AsmDataForward.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libyul/AsmDataForward.h b/libyul/AsmDataForward.h
index 69cf8f1d..046c8248 100644
--- a/libyul/AsmDataForward.h
+++ b/libyul/AsmDataForward.h
@@ -24,11 +24,7 @@
#include <boost/variant.hpp>
-namespace dev
-{
-namespace solidity
-{
-namespace assembly
+namespace yul
{
struct Instruction;
@@ -61,5 +57,3 @@ enum class AsmFlavour
};
}
-}
-}