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 fcd3c52611009559b1954a43463e7015870d36c2 (commit)
from c8b8a34bb5e98660c4ce3683fb64af31b494d55c (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 fcd3c52611009559b1954a43463e7015870d36c2
Author: Ãyvind Harboe <oyv...@zy...>
Date: Wed Dec 16 14:44:58 2009 +0100
zy1000: removed some redundant include
spotted by lint.
Signed-off-by: Ãyvind Harboe <oyv...@zy...>
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 2a9950d..32eb085 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -32,6 +32,7 @@
#include <openocd.h>
#include <helper/time_support.h>
+
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
@@ -53,31 +54,12 @@
#include <cyg/athttpd/cgi.h>
#include <cyg/athttpd/forms.h>
#include <cyg/discover/discover.h>
-#include <cyg/hal/hal_diag.h>
-#include <cyg/kernel/kapi.h>
-#include <cyg/io/serialio.h>
#include <cyg/io/io.h>
+#include <cyg/io/serialio.h>
#include <netinet/tcp.h>
-#include "rom.h"
-#include <sys/ioctl.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <net/if.h>
-#include <arpa/inet.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <netinet/in.h>
-#include <unistd.h>
-#include <arpa/inet.h>
-#include <stdio.h>
-#include <ifaddrs.h>
-#include <string.h>
-
-#include <unistd.h>
-#include <stdio.h>
+#include <cyg/hal/hal_diag.h>
-#include <openocd.h>
+#include "rom.h"
#ifdef CYGPKG_HAL_NIOS2
#define ZY1000_SER_DEV "/dev/uart_0"
-----------------------------------------------------------------------
Summary of changes:
src/ecosboard.c | 26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|