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.__archive__
parent
66e45ba611
commit
12499f97fd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue