]> git.sur5r.net Git - openocd/commit
change #include "minidriver.h" to <jtag/minidriver.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:32 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (04:24 -0800)
commit2641fd9576ae5e3c2856de9a06176b24d05149ac
tree39f8d0825ef7f6212e49c8cc0dbf4c846b2df7af
parentcb4a475f6c26ff197cd9d601b0b9f86653d961a2
change #include "minidriver.h" to <jtag/minidriver.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "minidriver.h"

the following form should be used.

#include <jtag/minidriver.h>

The exception is from .c files in the same directory.
src/jtag/drivers/driver.c
src/jtag/minidummy/minidummy.c
src/jtag/zy1000/zy1000.c