From 0c45a5b288437f62b93c046b4cc8827919a79fd1 Mon Sep 17 00:00:00 2001 From: "Song, BinX" Date: Thu, 3 Nov 2016 10:33:20 +0800 Subject: MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLib - Required unicode control chars -> Null character - Remove CHAR_NULL definition in SimpleTextIn.h - https://bugzilla.tianocore.org/show_bug.cgi?id=172 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song Reviewed-by: Liming Gao --- MdePkg/Library/BaseLib/FilePaths.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BaseLib/FilePaths.c b/MdePkg/Library/BaseLib/FilePaths.c index c8da6bb3ea..183b3234d3 100644 --- a/MdePkg/Library/BaseLib/FilePaths.c +++ b/MdePkg/Library/BaseLib/FilePaths.c @@ -10,10 +10,8 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#include #include #include -#include /** Removes the last directory or file entry in a path by changing the last -- cgit v1.2.3