From: Michael Kinney Date: Thu, 27 Oct 2016 03:12:24 +0000 (-0700) Subject: QuarkSocPkg/Library: Remove extra UefiBaseType.h includes X-Git-Tag: edk2-stable201903~5424 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a6f5a5b51f0f4e6915f1ac2b799574fd4591c440;hp=a6f5a5b51f0f4e6915f1ac2b799574fd4591c440 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 ---