]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove CommonHeader.h
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jun 2007 02:54:54 +0000 (02:54 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jun 2007 02:54:54 +0000 (02:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2762 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/WinNtThunkDxe/CommonHeader.h [deleted file]
Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
Nt32Pkg/WinNtThunkDxe/WinNtThunk.h
Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf

diff --git a/Nt32Pkg/WinNtThunkDxe/CommonHeader.h b/Nt32Pkg/WinNtThunkDxe/CommonHeader.h
deleted file mode 100644 (file)
index 4faebd7..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/**@file\r
-  Common header file shared by all source files.\r
-\r
-  This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
-\r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-   are licensed and made available under the terms and conditions of the BSD License\r
-   which accompanies this distribution. The full text of the license may be found at\r
-   http://opensource.org/licenses/bsd-license.php\r
-   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-**/\r
-\r
-#ifndef __COMMON_HEADER_H_\r
-#define __COMMON_HEADER_H_\r
-\r
-\r
-//\r
-// The package level header files this module uses\r
-//\r
-#include <PiDxe.h>\r
-#include <WinNtDxe.h>\r
-//\r
-// The protocols, PPI and GUID defintions for this module\r
-//\r
-#include <Protocol/WinNtThunk.h>\r
-#include <Protocol/DevicePath.h>\r
-//\r
-// The Library classes this module consumes\r
-//\r
-#include <Library/DebugLib.h>\r
-#include <Library/UefiDriverEntryPoint.h>\r
-#include <Library/WinNtLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
-\r
-#endif\r
index b803e41d5a00da2646329635cc1df43e8881938d..cf21f7c6ed7bf3970e6ab118f24082f1c30729c0 100644 (file)
@@ -27,9 +27,22 @@ Abstract:
 --*/\r
 \r
 //\r
-// Include common header file for this module.\r
+// The package level header files this module uses\r
 //\r
-#include "CommonHeader.h"\r
+#include <PiDxe.h>\r
+#include <WinNtDxe.h>\r
+//\r
+// The protocols, PPI and GUID defintions for this module\r
+//\r
+#include <Protocol/WinNtThunk.h>\r
+#include <Protocol/DevicePath.h>\r
+//\r
+// The Library classes this module consumes\r
+//\r
+#include <Library/DebugLib.h>\r
+#include <Library/UefiDriverEntryPoint.h>\r
+#include <Library/WinNtLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>\r
 \r
 #include "WinNtThunk.h"\r
 \r
index e52e0e12a1df4376fedfdfb9b638cef8d64600d7..41738b75dfc2ab19a545a3792831d03886ab4135 100644 (file)
@@ -17,10 +17,6 @@ Abstract:
 \r
 --*/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
 #ifndef _WIN_NT_THUNK_H_\r
 #define _WIN_NT_THUNK_H_\r
 \r
index a194d6629372414110e28fec6b4abfe28a004d8d..fc896d6fe9a99a5c4443e9443ee2a355c06cd982 100644 (file)
@@ -46,8 +46,6 @@
   WinNtThunk.dxs\r
   WinNtThunk.c\r
   WinNtThunk.h\r
-  CommonHeader.h\r
-\r
 \r
 ################################################################################\r
 #\r