diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c index 947f971ad4..e57073e946 100644 --- a/Source/portable/Softune/MB96340/port.c +++ b/Source/portable/Softune/MB96340/port.c @@ -49,7 +49,6 @@ #include "FreeRTOS.h" #include "task.h" -#include "mb96348hs.h" /*----------------------------------------------------------- * Implementation of functions defined in portable.h for the 16FX port. diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h index 9575243bad..110c6b1244 100644 --- a/Source/portable/Softune/MB96340/portmacro.h +++ b/Source/portable/Softune/MB96340/portmacro.h @@ -51,9 +51,6 @@ #ifndef PORTMACRO_H #define PORTMACRO_H -/* Device specific includes. */ -#include "mb96348hs.h" - /* Standard includes. */ #include