Example: Use of Lowercase Letters in Include Statements

This example shows the incorrect and correct use of lowercase letters in the include statement:

/**********************************************************************
* External Business Function Header Inclusions
********************************************************************/
/*Incorrect method of including external business function header*/
/*Include Statement Causing Build Warnings on Various Servers*/
   #include <B0000130.h>
/*Correct method of including external business function header*/
   #include <b0000130.h>