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 */
#include <cbfs.h>
#include <halt.h>
#include <console/console.h>
#include <timestamp.h>
#include <soc/mmu.h>

View file

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

View file

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

View file

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