mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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
|
||||
#define ARM11_DBGTAP_H
|
||||
|
||||
#include "arm11.h"
|
||||
#include <target/arm11.h>
|
||||
|
||||
/* ARM11 internals */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user