diff --git a/libyul/backends/wasm/BinaryTransform.h b/libyul/backends/wasm/BinaryTransform.h index d7b2d1d4e..b57943af1 100644 --- a/libyul/backends/wasm/BinaryTransform.h +++ b/libyul/backends/wasm/BinaryTransform.h @@ -20,7 +20,7 @@ #pragma once -#include +#include #include diff --git a/libyul/backends/wasm/EWasmCodeTransform.h b/libyul/backends/wasm/EWasmCodeTransform.h index ee39ccfeb..35700553c 100644 --- a/libyul/backends/wasm/EWasmCodeTransform.h +++ b/libyul/backends/wasm/EWasmCodeTransform.h @@ -20,7 +20,7 @@ #pragma once -#include +#include #include #include #include diff --git a/libyul/backends/wasm/TextTransform.h b/libyul/backends/wasm/TextTransform.h index 2fbbc1f10..602a67fe1 100644 --- a/libyul/backends/wasm/TextTransform.h +++ b/libyul/backends/wasm/TextTransform.h @@ -20,7 +20,7 @@ #pragma once -#include +#include #include diff --git a/libyul/backends/wasm/EWasmAST.h b/libyul/backends/wasm/WasmAST.h similarity index 100% rename from libyul/backends/wasm/EWasmAST.h rename to libyul/backends/wasm/WasmAST.h