James McKenzie:
I am a long time programmer and expect the include to be next to the # sign. However, you are correct in that it does not break code, and if it is not broken, why fix? Is it possible to indent the entire line by two spaces (I think it is not)?
Probably not. I know there are (ancient) C compilers that will bark when the # is not the first character in a line as the preprocessor will then not see it as a valid preprocessor line and simply ignore it.
Rolf Kalbermatter