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

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

	#include "arm11.h"

the following form should be used.

	#include <target/arm11.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch 2009-12-03 04:14:36 -08:00
parent 2958665f6b
commit 28b1794505
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef ARM11_DBGTAP_H
#define ARM11_DBGTAP_H
#include "arm11.h"
#include <target/arm11.h>
/* ARM11 internals */