change #include "svf.h" to <svf/svf.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "svf.h"

the following form should be used.

	#include <svf/svf.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch 2009-12-03 04:15:05 -08:00
parent 49675db972
commit 66e45ba611
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
#include <helper/ioutil.h>
#include <helper/configuration.h>
#include "xsvf.h"
#include "svf.h"
#include <svf/svf.h>
#include <flash/nand.h>
#include <pld/pld.h>

View File

@ -33,7 +33,7 @@
#include <helper/ioutil.h>
#include <helper/configuration.h>
#include "xsvf.h"
#include "svf.h"
#include <svf/svf.h>
#include <flash/nand.h>
#include <pld/pld.h>
#include <flash/mflash.h>

View File

@ -42,7 +42,7 @@
#include "xsvf.h"
#include <jtag/jtag.h>
#include "svf.h"
#include <svf/svf.h>
/* XSVF commands, from appendix B of xapp503.pdf */