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:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef ARM11_DBGTAP_H
|
#ifndef ARM11_DBGTAP_H
|
||||||
#define ARM11_DBGTAP_H
|
#define ARM11_DBGTAP_H
|
||||||
|
|
||||||
#include "arm11.h"
|
#include <target/arm11.h>
|
||||||
|
|
||||||
/* ARM11 internals */
|
/* ARM11 internals */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user