From 6512e5e36b067ae458cb7f6a9fdfb08d38da3583 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:29 -0800 Subject: change #include "time_support.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "time_support.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/flash/nor/aduc702x.c | 2 +- src/flash/nor/at91sam3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/nor') diff --git a/src/flash/nor/aduc702x.c b/src/flash/nor/aduc702x.c index 109b4866..f7aa7468 100644 --- a/src/flash/nor/aduc702x.c +++ b/src/flash/nor/aduc702x.c @@ -26,7 +26,7 @@ #include "flash.h" #include "armv4_5.h" #include -#include "time_support.h" +#include #include "algorithm.h" diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c index 6be43f80..b27ea941 100644 --- a/src/flash/nor/at91sam3.c +++ b/src/flash/nor/at91sam3.c @@ -64,7 +64,7 @@ #include "flash.h" #include #include "at91sam3.h" -#include "time_support.h" +#include #define REG_NAME_WIDTH (12) -- cgit v1.2.3