From 2061baaf73bbb5f83e675552d6097693da200eef Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 24 Apr 2011 15:15:07 -0700 Subject: [PATCH] pxe, ftp: remove a bogus include Remove an include of a header file which never actually existed. Signed-off-by: H. Peter Anvin --- core/fs/pxe/ftp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/fs/pxe/ftp.c b/core/fs/pxe/ftp.c index ca4b3d6..4efcedb 100644 --- a/core/fs/pxe/ftp.c +++ b/core/fs/pxe/ftp.c @@ -13,7 +13,6 @@ #include #include "pxe.h" #include "thread.h" -#include "strbuf.h" #include "url.h" static int ftp_cmd_response(struct inode *inode, const char *cmd, -- 2.7.4