From 5bd0bd7cef396a830996b4ad91b89b7d205c7298 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 26 Apr 2013 13:26:50 +0200 Subject: cmd: fpga: Do not include net.h There is no reason to include net.h header in fpga code. Signed-off-by: Michal Simek Reviewed-by: Tom Rini --- common/cmd_fpga.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index aa14ceb08c..5e1d037853 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -27,9 +27,6 @@ */ #include #include -#if defined(CONFIG_CMD_NET) -#include -#endif #include #include -- cgit v1.2.1