From c1cb5dac54cc3d7cf62957f93e250124fbd99999 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 18 Jan 2009 13:05:26 +0000 Subject: [PATCH] Small modification to where header files are included from to make more portable. --- Source/portable/Softune/MB96340/port.c | 1 - Source/portable/Softune/MB96340/portmacro.h | 3 --- 2 files changed, 4 deletions(-) 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