change #include "mips_ejtag.h" to <target/mips_ejtag.h>
commitaaf948a6be72a92aef286c01f6902505364e8152
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:49 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
tree73a9a8f8ef38b26ba5b93e0c21cd03672e866684
parent36e53978b91c124fb7388d795856fa01ab138dc5
change #include "mips_ejtag.h" to <target/mips_ejtag.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "mips_ejtag.h"

the following form should be used.

#include <target/mips_ejtag.h>

The exception is from .c files in the same directory.
src/target/mips32_dmaacc.h
src/target/mips32_pracc.h