summaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ft2232.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:30 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:22:52 -0800
commitc9e448222cc5d1162f5e495cdfd327732c50a484 (patch)
tree6f5e7af5f98a117a0fe2bfaa7499f487036afb25 /src/jtag/drivers/ft2232.c
parentdf0e90ec8c728be50f1457ecc513d78de044f5a4 (diff)
downloadopenocd+libswd-c9e448222cc5d1162f5e495cdfd327732c50a484.tar.gz
openocd+libswd-c9e448222cc5d1162f5e495cdfd327732c50a484.tar.bz2
openocd+libswd-c9e448222cc5d1162f5e495cdfd327732c50a484.tar.xz
openocd+libswd-c9e448222cc5d1162f5e495cdfd327732c50a484.zip
change #include "commands.h" to <jtag/commands.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "commands.h" the following form should be used. #include <jtag/commands.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/jtag/drivers/ft2232.c')
-rw-r--r--src/jtag/drivers/ft2232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c
index 30695a9a..c7503f8a 100644
--- a/src/jtag/drivers/ft2232.c
+++ b/src/jtag/drivers/ft2232.c
@@ -42,7 +42,7 @@
/* project specific includes */
#include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
#include <helper/time_support.h>
#if IS_CYGWIN == 1