]> git.sur5r.net Git - openocd/commit
change #include "ioutil.h" to <helper/ioutil.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:26 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (04:22 -0800)
commit2fc071c6e1180f8dab1e2513106d5e18213fdc8b
treedc01b01d23b256a19dff2ccea250693618f8569b
parent14ed20967f660ca888bba53c47c1c648f470f8e2
change #include "ioutil.h" to <helper/ioutil.h>

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

#include "ioutil.h"

the following form should be used.

#include <helper/ioutil.h>

The exception is from .c files in the same directory.
src/ecosboard.c
src/openocd.c