[coreboot-gerrit] New patch to review for coreboot: nvramcui: Remove unnecessary header files

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sun Apr 24 01:33:43 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14483

-gerrit

commit f2bc257d28ffebbb0da0ee32d954f91e2b9041cb
Author: Martin Roth <martinroth at google.com>
Date:   Sat Apr 23 17:20:43 2016 -0600

    nvramcui: Remove unnecessary header files
    
    Change-Id: If845729bc34df646a5628ac2a35acc737fd4701d
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/nvramcui/nvramcui.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/payloads/nvramcui/nvramcui.c b/payloads/nvramcui/nvramcui.c
index cb3553e..1eb1c06 100644
--- a/payloads/nvramcui/nvramcui.c
+++ b/payloads/nvramcui/nvramcui.c
@@ -13,9 +13,6 @@
  * GNU General Public License for more details.
  */
 
-#include <stdlib.h>
-#include <string.h>
-
 #include <libpayload.h>
 #include <coreboot_tables.h>
 



More information about the coreboot-gerrit mailing list