I'm wondering if it is considered a good practice to make one file, say "include.h", and include there all the necesary header files for the project. Then, in all other source files, just do a #include "include.h".
I've seen this before, but I'm not sure if it should be frowned upon.