diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:42 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:41 -0800 |
commit | 377c5504b9cd040aa986d0927ab8aa49032b8584 (patch) | |
tree | fd8a953d0b61506d021ddb029b7b794d3c94c355 /src/target/trace.c | |
parent | 56adfadb5de436ea627dc04a537917318317fd01 (diff) | |
download | riscv-openocd-377c5504b9cd040aa986d0927ab8aa49032b8584.zip riscv-openocd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.gz riscv-openocd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.bz2 |
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "armv4_5_mmu.h"
the following form should be used.
#include <target/armv4_5_mmu.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/trace.c')
0 files changed, 0 insertions, 0 deletions