From 165fb9309d16ff91967f26ce8c01bfd176371506 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:31 -0800 Subject: change #include "interface.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "interface.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/jtag/minidummy/minidummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/minidummy') diff --git a/src/jtag/minidummy/minidummy.c b/src/jtag/minidummy/minidummy.c index 986a8be2..41181550 100644 --- a/src/jtag/minidummy/minidummy.c +++ b/src/jtag/minidummy/minidummy.c @@ -22,7 +22,7 @@ #include "embeddedice.h" #include "minidriver.h" -#include "interface.h" +#include struct jtag_interface minidummy_interface = { -- cgit v1.2.3