79127975

Date: 2024-10-26 07:06:01
Score: 1
Natty:
Report link

Put the #include directives from main.cpp in a separate file called "common.hpp", "common.h" or something similar. Then "#include common.h" in main.cpp and in the other files that need those same includes.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: frayser