Name: Anonymous 2012-12-27 23:00
Is it poor form to forward declare everything in its own header file, let's say "forwardDec.hpp" -- then #including that file in every other header file and just including any dependant header files from each of the .cpp files?