change #include "trace.h" to <target/trace.h>
commit7a4f4457e5713eab8537a723ed10474287377225
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:52 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:42 +0000 (3 04:24 -0800)
tree0ecd2a97d85b2cb84c12e0225c674cc5b1069a35
parent5a94612148940db460252f2ad68585d96ee71415
change #include "trace.h" to <target/trace.h>

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

#include "trace.h"

the following form should be used.

#include <target/trace.h>

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