I disagree, the cleaner solution is to only use the needed headers.
GCC can only use the precompiled header in your application if the same compiler switches are set as when the header was compiled and it may use at most one. What is if you use more than one library?
Don't be lazy, start to write clean code now!


