5.7.8.6 Include Option

The -include file option processes file as if #include "file" appeared as the first line of the primary source file. In effect, the contents of file are compiled first. Any -D and -U options on the command line are always processed before the -include option, regardless of the order in which they are written. All the -include and -imacros options are processed in the order in which they are written.