An include file is a
module file that is included in a different module file.When the source code of an include file changes, both the file and the file, in which this include file is integrated, must be retranslated (
Translation Process) as part of the software creation process.Include files are independent of
VMAKE versions.