change #include "interface.h" to <jtag/interface.h>

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

	#include "interface.h"

the following form should be used.

	#include <jtag/interface.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch
2009-12-03 04:14:31 -08:00
parent c9e448222c
commit 165fb9309d
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include "embeddedice.h"
#include "minidriver.h"
#include "interface.h"
#include <jtag/interface.h>
struct jtag_interface minidummy_interface =
{