From 7a4f4457e5713eab8537a723ed10474287377225 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:52 -0800 Subject: change #include "trace.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "trace.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/xscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index c083b06c..6f811785 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -25,7 +25,7 @@ #include #include -#include "trace.h" +#include #define XSCALE_COMMON_MAGIC 0x58534341 -- cgit v1.2.3