Remove disable_warnings header include (#75)

This commit is contained in:
David Chavez 2024-06-05 00:02:37 +02:00 committed by GitHub
parent 8dfed04919
commit 2a2df89349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

View file

@ -1104,7 +1104,6 @@ bool RecompPort::recompile_function(const RecompPort::Context& context, const Re
// Write the file header
fmt::print(output_file,
"#include \"librecomp/recomp.h\"\n"
"#include \"disable_warnings.h\"\n"
"\n");
}