mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 02:14:55 +00:00
Remove disable_warnings header include (#75)
This commit is contained in:
parent
8dfed04919
commit
2a2df89349
3 changed files with 1 additions and 2 deletions
|
@ -1542,7 +1542,6 @@ int main(int argc, char** argv) {
|
|||
// Write the file header
|
||||
fmt::print(single_output_file,
|
||||
"#include \"librecomp/recomp.h\"\n"
|
||||
"#include \"disable_warnings.h\"\n"
|
||||
"#include \"funcs.h\"\n"
|
||||
"\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue