From ca142c9e1e3b1c497d6b679c2c83c89309dad2c4 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 3 Feb 2010 02:59:58 +0000 Subject: [PATCH] Remove the unnecessary header files inclusion. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9914 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/SmmStatusCode.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MdePkg/Include/Protocol/SmmStatusCode.h b/MdePkg/Include/Protocol/SmmStatusCode.h index eec231ab56..eb7d23af2e 100644 --- a/MdePkg/Include/Protocol/SmmStatusCode.h +++ b/MdePkg/Include/Protocol/SmmStatusCode.h @@ -3,7 +3,7 @@ This protocol provides the basic status code services while in SMM. - Copyright (c) 2009, Intel Corporation + Copyright (c) 2009 - 2010, 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 @@ -17,8 +17,6 @@ #ifndef _SMM_STATUS_CODE_H__ #define _SMM_STATUS_CODE_H__ -#include -#include #define EFI_SMM_STATUS_CODE_PROTOCOL_GUID \ { \ -- 2.39.5