Skip to content

Commit 19cecf5

Browse files
NFC: Rename import-name.h -> import-names.h (#8333)
To match the struct name
1 parent c04ad32 commit 19cecf5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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

src/ir/import-utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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"

src/wasm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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"

0 commit comments

Comments
 (0)