From: Daryl McDaniel Date: Mon, 25 Aug 2014 20:47:20 +0000 (+0000) Subject: AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case... X-Git-Tag: edk2-stable201903~11104 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=460f337bc035b61dec3819f4b62a7181e3631b3f AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case of the files in the file system. Change “#include ” to “#include ”. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel Reviewed-by: Leahy, Leroy P git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15891 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h index 79b64c2820..2166893570 100644 --- a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h +++ b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h @@ -39,7 +39,7 @@ #include #include #include -#include +#include //------------------------------------------------------------------------------ // Macros