/* >>>------------------------------------------------------------ * * File: rule_19.15.ok1.h, Module: M2CM-3.2-QAC-8.1.2 * * RULE 19.15 (Required): * Precautions shall be taken in order to prevent the contents of * a header file being included twice. * * Implemented by message: * 883 Include file code is not protected against repeated * inclusion * * <<<------------------------------------------------------------ */ #ifndef RULE_19_15_OK1_H /* Comments and whitespace */ #define RULE_19_15_OK1_H #include "misra.h" #include "misra.h" #include "m2cmex.h" typedef S16 ok1; #endif