change #include "jim.h" to <helper/jim.h>
commit35f1a40f6fad146db9d5546c47c45472d0ef0bed
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:27 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (3 04:22 -0800)
tree5f498b4e27e2d194e25b7264c8a9cf54364de363
parent2fc071c6e1180f8dab1e2513106d5e18213fdc8b
change #include "jim.h" to <helper/jim.h>

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

#include "jim.h"

the following form should be used.

#include <helper/jim.h>

The exception is from .c files in the same directory.
src/helper/command.h
src/target/target.h