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:
parent
2958665f6b
commit
28b1794505
|
@ -1,7 +1,7 @@
|
|||
#ifndef ARM11_DBGTAP_H
|
||||
#define ARM11_DBGTAP_H
|
||||
|
||||
#include "arm11.h"
|
||||
#include <target/arm11.h>
|
||||
|
||||
/* ARM11 internals */
|
||||
|
||||
|
|
Loading…
Reference in New Issue