Rewrite header paths to adapt to recent git mv of libsolidity/inlineasm to libyul

This commit is contained in:
Christian Parpart
2018-11-23 11:18:57 +01:00
parent 10e6d2897d
commit 0f4ed52a71
65 changed files with 107 additions and 107 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
* Scopes for identifiers.
*/
#include <libsolidity/inlineasm/AsmScope.h>
#include <libyul/AsmScope.h>
using namespace std;
using namespace dev;