mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
change #include "replacements.h" to <helper/replacements.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "replacements.h" the following form should be used. #include <helper/replacements.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "replacements.h"
|
||||
#include <helper/replacements.h>
|
||||
|
||||
#include "armv7a.h"
|
||||
#include "arm_disassembler.h"
|
||||
|
||||
Reference in New Issue
Block a user