From aaf948a6be72a92aef286c01f6902505364e8152 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:49 -0800 Subject: change #include "mips_ejtag.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips_ejtag.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/mips32_pracc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips32_pracc.h') diff --git a/src/target/mips32_pracc.h b/src/target/mips32_pracc.h index 5d1cf3dd..eceea5d2 100644 --- a/src/target/mips32_pracc.h +++ b/src/target/mips32_pracc.h @@ -22,7 +22,7 @@ #ifndef MIPS32_PRACC_H #define MIPS32_PRACC_H -#include "mips_ejtag.h" +#include #define MIPS32_PRACC_TEXT 0xFF200200 //#define MIPS32_PRACC_STACK 0xFF2FFFFC -- cgit v1.2.3