From: Zachary T Welch Date: Thu, 3 Dec 2009 12:20:31 +0000 (-0800) Subject: normalize headers to make changing easier X-Git-Tag: v0.4.0-rc1~203 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5d57cad00136ac4191483ff5c04d8795c8ea3bde normalize headers to make changing easier These headers need minor tweaks to paves the way for wholesale scripted coversion of the header files. --- diff --git a/src/flash/nand/mx3.h b/src/flash/nand/mx3.h index ddec92cf45..09289ae270 100644 --- a/src/flash/nand/mx3.h +++ b/src/flash/nand/mx3.h @@ -25,7 +25,7 @@ * * Many thanks to Ben Dooks for writing s3c24xx driver. */ -#include +#include "nand.h" #define MX3_NF_BASE_ADDR 0xb8000000 #define MX3_NF_BUFSIZ (MX3_NF_BASE_ADDR + 0xe00) diff --git a/src/svf/svf.h b/src/svf/svf.h index 20a355502a..f22fc3a8a3 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -20,7 +20,7 @@ #ifndef SVF_H #define SVF_H -#include "command.h" +#include "jtag.h" int svf_register_commands(struct command_context *cmd_ctx);