flat_include

Controls whether or not to ignore relative path names in #include directives.

Syntax
#pragma flat_include on | off | reset
  
Remarks

For example, when on , the compiler converts this directive

#include <sys/stat.h >

to

#include <stat.h> 

Use this pragma when porting source code from a different operating system, or when a CodeWarrior IDE project's access paths cannot reach a given file.

By default, this pragma is off .

Related information
check_header_flags
faster_pch_gen
fullpath_file
fullpath_prepdump
keepcomments
line_prepdump
macro_prepdump
msg_show_lineref
msg_show_realref
notonce
old_pragma_once
once
pop, push
pragma_prepdump
precompile_target
simple_prepdump
space_prepdump
srcrelincludes
syspath_once