From a6f5a5b51f0f4e6915f1ac2b799574fd4591c440 Mon Sep 17 00:00:00 2001 From: Michael Kinney Date: Wed, 26 Oct 2016 20:12:24 -0700 Subject: QuarkSocPkg/Library: Remove extra UefiBaseType.h includes Based on Laszlo Ersek work to add ASSERT_RETURN_ERORR(): https://lists.01.org/pipermail/edk2-devel/2016-October/003132.html Laszlo also discovered libraries of type BASE that include UefiBaseType.h that should not include that file: https://lists.01.org/pipermail/edk2-devel/2016-October/003308.html This change removes the extra #include of from QNCSmmLib.c. Cc: Kelly Steele Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Reviewed-by: Liming Gao --- QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'QuarkSocPkg') diff --git a/QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c b/QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c index 075d45fa7f..5f2722a956 100644 --- a/QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c +++ b/QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c @@ -1,7 +1,7 @@ /** @file QNC Smm Library Services that implements SMM Region access, S/W SMI generation and detection. -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2016 Intel Corporation. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -19,7 +19,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include #include #define BOOT_SERVICE_SOFTWARE_SMI_DATA 0 -- cgit v1.2.3