From b10c5617c180ac4f3c4299d960f5fd94db82d4ef Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 12 Nov 2022 19:53:27 +0100 Subject: [PATCH] Revert "gop: Fix implicit declaration warning introduced in d82dc64b" This reverts commit c477414c5cfeefd98e4be75cec0e54408de7dbd4. --- common/drivers/gop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/drivers/gop.c b/common/drivers/gop.c index dfc82f43..bc2b915c 100644 --- a/common/drivers/gop.c +++ b/common/drivers/gop.c @@ -8,7 +8,6 @@ #include #include #include -#include #include static uint16_t linear_masks_to_bpp(uint32_t red_mask, uint32_t green_mask,