summaryrefslogtreecommitdiff
path: root/src/jtag/drivers/arm-jtag-ew.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/arm-jtag-ew.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/arm-jtag-ew.c')
-rw-r--r--src/jtag/drivers/arm-jtag-ew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/drivers/arm-jtag-ew.c b/src/jtag/drivers/arm-jtag-ew.c
index 46c31070..be261859 100644
--- a/src/jtag/drivers/arm-jtag-ew.c
+++ b/src/jtag/drivers/arm-jtag-ew.c
@@ -23,7 +23,7 @@
#endif
#include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
#include <usb.h>
#include "usb_common.h"