diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-04 06:31:13 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-04 06:31:13 +0000 |
commit | e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683 (patch) | |
tree | 100798dde6ebc86ad896a56f23bfb4422d856ef9 /MdeModulePkg/Universal/DebugSupportDxe/X64 | |
parent | 9727163329001f4a7578d1161a2d2c3d96f7b920 (diff) | |
download | edk2-platforms-e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683.tar.xz |
filename renaming to meet coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe/X64')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c index 983a01305a..f6af90f21b 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. //
// private header files
//
-#include "plDebugSupport.h"
+#include "PlDebugSupport.h"
//
// This the global main table to keep track of the interrupts
|