]> git.proxmox.com Git - mirror_edk2.git/commit - QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c
QuarkSocPkg/Library: Remove extra UefiBaseType.h includes
authorMichael Kinney <michael.d.kinney@intel.com>
Thu, 27 Oct 2016 03:12:24 +0000 (20:12 -0700)
committerMichael Kinney <michael.d.kinney@intel.com>
Fri, 28 Oct 2016 04:32:46 +0000 (21:32 -0700)
commita6f5a5b51f0f4e6915f1ac2b799574fd4591c440
treea92872bc2aedf92184362998e0d7e99184aeaa33
parent4d4b81697cdb998067e93ee51b4f26dc8f86afe3
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 <Uefi/UefiBaseType.h>
from QNCSmmLib.c.

Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c