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.