From: Øyvind H. <go...@us...> - 2009-12-03 13:49:52
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 434f570e51a0b0f2c09184646d91154c74bbff81 (commit) from 822c06d9e3983b37cd1830c594210973cb560991 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 434f570e51a0b0f2c09184646d91154c74bbff81 Author: Ãyvind Harboe <oyv...@zy...> Date: Thu Dec 3 13:47:25 2009 +0100 zy1000: include files have moved about now compiles again after include files were moved about to reduce -I usage and stop using quotes but rather angle brackets for include files. Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/ecosboard.c b/src/ecosboard.c index 6e41eba..7d0c3d0 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -33,9 +33,9 @@ #include <server/server.h> #include <server/telnet_server.h> #include <server/gdb_server.h> -#include "openocd.h" +#include <openocd.h> -#include <time_support.h> +#include <helper/time_support.h> #include <sys/time.h> #include <stdio.h> #include <stdlib.h> ----------------------------------------------------------------------- Summary of changes: src/ecosboard.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |