File
#pragma ONCE
None
When this pragma appears in a header file, the Compiler opens and reads the file only once. This increases compilation speed.
-Pio: Include Files Only Once compiler option