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