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/interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/interfaces.h') diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index 38f1e714..018a3615 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -35,7 +35,7 @@ * for loading and unloading them dynamically from shared libraries. */ -#include "interface.h" +#include /// Dynamically load all JTAG interface modules from specified directory. void jtag_interface_modules_load(const char *path); -- cgit v1.2.3