aboutsummaryrefslogtreecommitdiff
path: root/src/helper/system.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2012-03-05 21:37:14 +0100
committerØyvind Harboe <oyvindharboe@gmail.com>2012-03-13 19:11:11 +0000
commit39650e2273bcae868d9509fe36515936ce25aacb (patch)
tree62360f681c6898c3fd3d937f4975a8f5693615c3 /src/helper/system.h
parent34d1f82c753982d048dc3fbb73066fc445735b04 (diff)
ecosboard: delete bit-rotted eCos code
Change-Id: Iff7943eb9da3f41dcc45492acd0f36cf63b3497f Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/503 Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com> Tested-by: jenkins
Diffstat (limited to 'src/helper/system.h')
-rw-r--r--src/helper/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/helper/system.h b/src/helper/system.h
index 85e0b1ee..82d0cae7 100644
--- a/src/helper/system.h
+++ b/src/helper/system.h
@@ -45,9 +45,6 @@
/* --- AC_HEADER_TIME --- */
/* +++ platform specific headers +++ */
-#if BUILD_ECOSBOARD == 1
-#include <pkgconf/system.h>
-#endif
#ifdef _WIN32
#include <winsock2.h>
#include <ws2tcpip.h>