From a97a7e79731b6cc5480269174443140c0f2261d0 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 29 Jun 2007 08:40:03 +0000 Subject: Cleanup to remover CommonHeader.h files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2906 6f19259b-4bc3-4df7-8a09-765794883524 --- .../OemHookStatusCodeLibNull/CommonHeader.h | 28 ---------------------- .../OemHookStatusCodeLibNull.c | 5 +--- .../OemHookStatusCodeLibNull.inf | 1 - 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/CommonHeader.h (limited to 'IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull') diff --git a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/CommonHeader.h b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/CommonHeader.h deleted file mode 100644 index 6fd8551788..0000000000 --- a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/CommonHeader.h +++ /dev/null @@ -1,28 +0,0 @@ -/**@file - Common header file shared by all source files. - - This file includes package header files, library classes and protocol, PPI & GUID definitions. - - Copyright (c) 2006 - 2007, Intel Corporation. - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -**/ - -#ifndef __COMMON_HEADER_H_ -#define __COMMON_HEADER_H_ - - -// -// The package level header files this module uses -// -#include -// -// The Library classes this module consumes -// -#include - -#endif diff --git a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c index 165e4a48a8..deaccfac4e 100644 --- a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c +++ b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c @@ -14,10 +14,7 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" +#include /** diff --git a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf index 7da7f0982f..3bd4672503 100644 --- a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf +++ b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf @@ -44,7 +44,6 @@ [Sources.common] OemHookStatusCodeLibNull.c - CommonHeader.h ################################################################################ -- cgit v1.2.3