diff options
author | Qing Huang <qing.huang@intel.com> | 2009-03-24 14:19:12 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 23:22:43 -0700 |
commit | b2477ca46c8b6a8b65ffe076f68db5daafec7d32 (patch) | |
tree | 274e920664ce449369c27db3cf643eab573f9514 /FatPkg/EnhancedFatDxe/Fat.h | |
parent | 5ff2f40e73da66f7ccdaa68a51c876eca8ba24db (diff) | |
download | edk2-platforms-b2477ca46c8b6a8b65ffe076f68db5daafec7d32.tar.xz |
Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.
(based on FatPkg commit 63726907ef8f40b3ffea8aab464d133fa06f1e67)
[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Fat.h')
-rw-r--r-- | FatPkg/EnhancedFatDxe/Fat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FatPkg/EnhancedFatDxe/Fat.h b/FatPkg/EnhancedFatDxe/Fat.h index 2df8f78e84..3a782cb026 100644 --- a/FatPkg/EnhancedFatDxe/Fat.h +++ b/FatPkg/EnhancedFatDxe/Fat.h @@ -30,7 +30,6 @@ Revision History #include <Guid/FileInfo.h>
#include <Guid/FileSystemInfo.h>
#include <Guid/FileSystemVolumeLabelInfo.h>
-#include <Guid/GlobalVariable.h>
#include <Protocol/BlockIo.h>
#include <Protocol/DiskIo.h>
#include <Protocol/SimpleFileSystem.h>
|