| As I have said, I see no reason why
| not include pch.h.
I do.
by adding pch.h and removing the now duplicated headers you no longer
have control over the actually required headers for that particular
source file.
I still do not get it. pch.h has only headers that are needed for
every source file in that directory. Additional headers should be
added after #include pch.h for each particular source file. We do have
full control over the required headers.
Unless you want more than commonly used headers in pch.h.
Bo