arch: x86: zefi: Remove unneeded include

Fixes unneeded chain of includes. Since zefi is built separately
(using python script), any dependency creates include chain with
possibly missing configuration options.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-03-22 11:55:29 +02:00 committed by Stephanos Ioannidis
commit b3545b34cf

View file

@ -10,7 +10,6 @@
#ifndef _ASMLANGUAGE
#include <stdbool.h>
#include <zephyr/sys/util.h>
#define __abi __attribute__((ms_abi))