From 35f1a40f6fad146db9d5546c47c45472d0ef0bed Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:27 -0800 Subject: change #include "jim.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "jim.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index 3e307142..43ac65fc 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -27,7 +27,7 @@ #define TARGET_H #include "types.h" -#include "jim.h" +#include struct reg; struct trace; -- cgit v1.2.3