summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2017-08-30 17:38:42 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2018-01-15 12:05:15 -0600
commit765a159cf5efe8b0b4f9f8ae415697c5fcbc82ef (patch)
treefc9456379c1d93e4dc667a1cce0078f1c292e7a0 /net
parent3cacc6a7722f4ba397ddbac991f6aa19645cc887 (diff)
net: Remove nfs.h include from bootp.c
Nothing from this header is used there, so remove it. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net')
-rw-r--r--net/bootp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bootp.c b/net/bootp.c
index 73370a13fe..59bb2099f1 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -14,7 +14,6 @@
#include <net.h>
#include <net/tftp.h>
#include "bootp.h"
-#include "nfs.h"
#ifdef CONFIG_LED_STATUS
#include <status_led.h>
#endif