Controls whether or not # include directives are treated as #pragma import directives.
#pragma always_import on | off | reset
If you enable this pragma, the compiler treats all #include statements as #pragma import statements.
This pragma does not correspond to any CodeWarrior IDE panel setting. By default, this pragma is off .