Message Oracle PCC-02204 - EXEC SQL INCLUDE not permitted from within an included file

ERROREXEC SQL INCLUDE not permitted from within an included file
CAUSEEXEC SQL INCLUDE statements cannot be nested. Also, EXEC SQL INCLUDE statement cannot be put inside a file that is included using the #include preprocessor command.
ACTIONRecode the program so that the nested include statement is not required.