/* >>>------------------------------------------------------------ * * File: rule_19.1.h, Module: M2CM-3.2-QAC-8.1.2 * * RULE 19.1 (Advisory): * #include statements in a file should only be preceded by other * preprocessor directives or comments. * * Implemented by message: * 5087 #include statements in a file should only be preceded by * other preprocessor directives or comments. * * <<<------------------------------------------------------------ */ #ifndef RULE_19_1_H #define RULE_19_1_H extern S16 test_1901x( void ); #endif