summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:22:52 -0800
commit35f1a40f6fad146db9d5546c47c45472d0ef0bed (patch)
tree5f498b4e27e2d194e25b7264c8a9cf54364de363 /src/helper/command.h
parent2fc071c6e1180f8dab1e2513106d5e18213fdc8b (diff)
downloadopenocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.gz
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.bz2
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.xz
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.zip
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.
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 8d68c183..8beeb724 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -32,7 +32,7 @@
/* Jim is provied by eCos */
#include <cyg/jimtcl/jim.h>
#else
-#include "jim.h"
+#include <helper/jim.h>
#endif
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be