From 2641fd9576ae5e3c2856de9a06176b24d05149ac Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:32 -0800 Subject: change #include "minidriver.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "minidriver.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/minidummy.c') diff --git a/src/jtag/minidummy/minidummy.c b/src/jtag/minidummy/minidummy.c index 41181550..8ada5793 100644 --- a/src/jtag/minidummy/minidummy.c +++ b/src/jtag/minidummy/minidummy.c @@ -21,7 +21,7 @@ #endif #include "embeddedice.h" -#include "minidriver.h" +#include #include struct jtag_interface minidummy_interface = -- cgit v1.2.3