diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 1baddbe8..ccda6c3e 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -68,7 +68,6 @@ #include "backdoor.h" /* backdoor entry module */ #include "file.h" /* file system module */ #include "com.h" /* communication interface */ -#include "xcp.h" /* xcp communication layer */ /**************************************************************************************** diff --git a/Target/Source/com.h b/Target/Source/com.h index 05d25fcf..5a0efcc2 100644 --- a/Target/Source/com.h +++ b/Target/Source/com.h @@ -34,6 +34,12 @@ #define COM_H #if (BOOT_COM_ENABLE > 0) +/**************************************************************************************** +* Include files +****************************************************************************************/ +#include "xcp.h" /* xcp communication layer */ + + /**************************************************************************************** * Macro definitions ****************************************************************************************/