summaryrefslogtreecommitdiffstats
path: root/net/tftp.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:32:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:02:15 +0200
commit4d0670f2271f162c4d36c156f16cc4b88a1e7ad7 (patch)
tree6d9276ed2e55d52965f7d8554ddb0f5b1dcae9b7 /net/tftp.c
parent87048e4a66cc250d859c0274b162c3975b4fe14a (diff)
downloadbarebox-4d0670f2271f162c4d36c156f16cc4b88a1e7ad7.tar.gz
barebox-4d0670f2271f162c4d36c156f16cc4b88a1e7ad7.tar.xz
net: cleanup header file
move contents of bootp.h to .c file and remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/tftp.c')
-rw-r--r--net/tftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tftp.c b/net/tftp.c
index 0dfa60358e..6a6cd6a16b 100644
--- a/net/tftp.c
+++ b/net/tftp.c
@@ -12,7 +12,6 @@
#include <fs.h>
#include <errno.h>
#include "tftp.h"
-#include "bootp.h"
#undef ET_DEBUG