What is the difference in putting the #include in the .c file instead of the .h file? I've pretty much only seen itin the .h file but ecently come across a file whith the #include in the .c file with teh comment /*private include */.
e.g function2.c
#include<functon1.h>
Answers please
Thanks

