Compilation: Use a better canonical file extension for header files.

This commit is contained in:
Alex Rønne Petersen 2024-12-13 04:58:20 +01:00
parent 88f324ebe7
commit 12a289c1dd
No known key found for this signature in database

View File

@ -5916,9 +5916,9 @@ pub const FileExt = enum {
.cpp => ".cpp",
.cu => ".cu",
.h => ".h",
.hpp => ".h",
.hm => ".h",
.hmm => ".h",
.hpp => ".hpp",
.hm => ".hm",
.hmm => ".hmm",
.m => ".m",
.mm => ".mm",
.ll => ".ll",