File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #ifndef wasm_ir_import_name_h
18- #define wasm_ir_import_name_h
17+ #ifndef wasm_ir_import_names_h
18+ #define wasm_ir_import_names_h
1919
2020#include < ostream>
2121
@@ -47,4 +47,4 @@ template<> struct hash<wasm::ImportNames> {
4747
4848} // namespace std
4949
50- #endif // wasm_ir_import_name_h
50+ #endif // wasm_ir_import_names_h
Original file line number Diff line number Diff line change 1717#ifndef wasm_ir_import_h
1818#define wasm_ir_import_h
1919
20- #include " ir/import-name .h"
20+ #include " ir/import-names .h"
2121#include " ir/runtime-table.h"
2222#include " literal.h"
2323#include " wasm.h"
Original file line number Diff line number Diff line change 3333#include < unordered_map>
3434#include < vector>
3535
36- #include " ir/import-name .h"
36+ #include " ir/import-names .h"
3737#include " literal.h"
3838#include " support/index.h"
3939#include " support/mixed_arena.h"
You can’t perform that action at this time.
0 commit comments