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/etm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/etm.h') diff --git a/src/target/etm.h b/src/target/etm.h index 60e4ea7..656e04b 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -23,7 +23,7 @@ #ifndef ETM_H #define ETM_H -#include "trace.h" +#include #include struct image; -- cgit v1.1