From c9e448222cc5d1162f5e495cdfd327732c50a484 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:30 -0800 Subject: change #include "commands.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "commands.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/jtag/drivers/rlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/drivers/rlink.c') diff --git a/src/jtag/drivers/rlink.c b/src/jtag/drivers/rlink.c index a039080e..f8b8bdc2 100644 --- a/src/jtag/drivers/rlink.c +++ b/src/jtag/drivers/rlink.c @@ -29,7 +29,7 @@ /* project specific includes */ #include "interface.h" -#include "commands.h" +#include #include "rlink.h" #include "rlink_st7.h" #include "rlink_ep1_cmd.h" -- cgit v1.2.3