[syslinux:lwip] pxe, ftp: remove a bogus include

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Apr 24 21:03:25 PDT 2011


Commit-ID:  2061baaf73bbb5f83e675552d6097693da200eef
Gitweb:     http://syslinux.zytor.com/commit/2061baaf73bbb5f83e675552d6097693da200eef
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 24 Apr 2011 15:15:07 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 24 Apr 2011 15:15:07 -0700

pxe, ftp: remove a bogus include

Remove an include of a header file which never actually existed.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/fs/pxe/ftp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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 <lwip/api.h>
 #include "pxe.h"
 #include "thread.h"
-#include "strbuf.h"
 #include "url.h"
 
 static int ftp_cmd_response(struct inode *inode, const char *cmd,



More information about the Syslinux-commits mailing list