What are the negative consequences of unused includes?
I\'m aware they result in increased binary size (or do they?), anything else?
Well for one leaving them there only prolong the compile time and adds unnecessary compilation dependencies.