From 1650ab3a22d62c834126138f253643031c8418ba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:45 -0800 Subject: change #include "embeddedice.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.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 8ada5793..e60e832e 100644 --- a/src/jtag/minidummy/minidummy.c +++ b/src/jtag/minidummy/minidummy.c @@ -20,7 +20,7 @@ #include "config.h" #endif -#include "embeddedice.h" +#include #include #include -- cgit v1.2.3