src: Remove unused '<halt.h>'

Change-Id: I3037edf89c933f4f136ca61d6a5bce41126ec6b9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44098
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2020-08-02 08:38:43 +02:00
committed by Patrick Georgi
parent 5885ba822c
commit c06f4f88a4
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <cbfs.h> #include <cbfs.h>
#include <halt.h>
#include <console/console.h> #include <console/console.h>
#include <timestamp.h> #include <timestamp.h>
#include <soc/mmu.h> #include <soc/mmu.h>

View File

@ -19,7 +19,6 @@
#include <string.h> #include <string.h>
#include <delay.h> #include <delay.h>
#include <elog.h> #include <elog.h>
#include <halt.h>
#include "me.h" #include "me.h"
#include "pch.h" #include "pch.h"

View File

@ -19,7 +19,6 @@
#include <string.h> #include <string.h>
#include <delay.h> #include <delay.h>
#include <elog.h> #include <elog.h>
#include <halt.h>
#include "me.h" #include "me.h"
#include "pch.h" #include "pch.h"

View File

@ -19,7 +19,6 @@
#include <string.h> #include <string.h>
#include <delay.h> #include <delay.h>
#include <elog.h> #include <elog.h>
#include <halt.h>
#include <stdlib.h> #include <stdlib.h>
#include "chip.h" #include "chip.h"