From 0789f48d70b7593808f18dc4f1dbce2ca67df0f4 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 29 Jan 2021 15:11:18 -0500 Subject: Always use lower case for our local include file names. clang-format doesn't allow you to specify an include sort order, and just assumes asciibetical is a pretty good order, which doesn't work as well as you would hope. This makes them all lower case so they don't need to be re-sorted. I also went through and checked that we're using quoted local includes at all the appropriate places. Signed-off-by: Peter Jones --- lib/security_policy.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/security_policy.c') diff --git a/lib/security_policy.c b/lib/security_policy.c index 211f1cfd..b51bcf77 100644 --- a/lib/security_policy.c +++ b/lib/security_policy.c @@ -11,12 +11,7 @@ #include "shim.h" -#include -#include -#include - #if defined(OVERRIDE_SECURITY_POLICY) -#include /* * See the UEFI Platform Initialization manual (Vol2: DXE) for this -- cgit v1.2.3