mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 11:42:04 +10:00
change #include "breakpoints.h" to <target/breakpoints.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "breakpoints.h" the following form should be used. #include <target/breakpoints.h> The exception is from .c files in the same directory.
This commit is contained in:
parent
54063d7294
commit
26e4fac57e
@ -27,7 +27,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "breakpoints.h"
|
||||
#include <target/breakpoints.h>
|
||||
#include "target_request.h"
|
||||
#include "register.h"
|
||||
#include "server.h"
|
||||
|
Loading…
Reference in New Issue
Block a user