diff options
Diffstat (limited to 'src/wasm-module-building.h')
-rw-r--r-- | src/wasm-module-building.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wasm-module-building.h b/src/wasm-module-building.h index 88efb7748..023a2d020 100644 --- a/src/wasm-module-building.h +++ b/src/wasm-module-building.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef optimizing_incremental_module_builder_h -#define optimizing_incremental_module_builder_h +#ifndef wasm_wasm_module_building_h +#define wasm_wasm_module_building_h #include <wasm.h> #include <support/threads.h> @@ -288,5 +288,4 @@ private: } // namespace wasm -#endif // optimizing_incremental_module_builder_h - +#endif // wasm_wasm_module_building_h |