From 66c44008ba58f74dd88a2c137449d4335c784d40 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Wed, 1 Feb 2012 07:06:12 +0000 Subject: Fix case sensativity issues. signed-off-by:andrewfish git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12980 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/Include/Library/SmbiosLib.h | 2 +- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'EmulatorPkg') diff --git a/EmulatorPkg/Include/Library/SmbiosLib.h b/EmulatorPkg/Include/Library/SmbiosLib.h index f0b4582cb0..8ee14e07dd 100644 --- a/EmulatorPkg/Include/Library/SmbiosLib.h +++ b/EmulatorPkg/Include/Library/SmbiosLib.h @@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _SMBIOS_LIB_H__ #define _SMBIOS_LIB_H__ -#include +#include #include diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index b94b06535b..2c75f85f47 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -14,7 +14,7 @@ **/ #include -#include +#include #include #include diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 7e8ed5bfbd..71bac62373 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -25,7 +25,7 @@ **/ #include -#include +#include #include #include -- cgit v1.2.3