change #include "arm7tdmi.h" to <target/arm7tdmi.h>

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

	#include "arm7tdmi.h"

the following form should be used.

	#include <target/arm7tdmi.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch 2009-12-03 04:14:37 -08:00
parent 9e3136a5f8
commit 447f0896dd

View File

@ -20,7 +20,7 @@
#ifndef ARM720T_H
#define ARM720T_H
#include "arm7tdmi.h"
#include <target/arm7tdmi.h>
#include "armv4_5_mmu.h"
#define ARM720T_COMMON_MAGIC 0xa720a720