any idea of there is a way to check to see if a file has already been included.
I have two C files that both share a header file and it seems silly to #include <studio.h> in both.
Any ideas?