From: RichardBarry Date: Sun, 18 Jan 2009 13:05:26 +0000 (+0000) Subject: Small modification to where header files are included from to make more portable. X-Git-Tag: V5.1.2~85 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ea4683dcfb723dce703d25821c13d1efa3529c3b;p=freertos Small modification to where header files are included from to make more portable. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@611 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c index 947f971ad..e57073e94 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 9575243ba..110c6b124 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