change #include "mips32_pracc.h" to <target/mips32_pracc.h>
commit36e53978b91c124fb7388d795856fa01ab138dc5
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)
treeff7ed6fef278d2d612aadb1145308240bd2c96a9
parenta8880f0b5ab7f5c9d4d3b031fd487caac766b99f
change #include "mips32_pracc.h" to <target/mips32_pracc.h>

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

#include "mips32_pracc.h"

the following form should be used.

#include <target/mips32_pracc.h>

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