forked from auracaster/openocd
change #include "arm9tdmi.h" to <target/arm9tdmi.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm9tdmi.h" the following form should be used. #include <target/arm9tdmi.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef ARM926EJS_H
|
||||
#define ARM926EJS_H
|
||||
|
||||
#include "arm9tdmi.h"
|
||||
#include <target/arm9tdmi.h>
|
||||
#include "armv4_5_mmu.h"
|
||||
|
||||
#define ARM926EJS_COMMON_MAGIC 0xa926a926
|
||||
|
||||
Reference in New Issue
Block a user