浏览代码

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>
Joe Hershberger 7 年之前
父节点
当前提交
765a159cf5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/bootp.c

+ 0 - 1
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