summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/exception.h')
-rw-r--r--src/arch/x86/include/arch/exception.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/exception.h b/src/arch/x86/include/arch/exception.h
index 8f7213d27eb0..08aedef79742 100644
--- a/src/arch/x86/include/arch/exception.h
+++ b/src/arch/x86/include/arch/exception.h
@@ -31,7 +31,6 @@
#define _ARCH_EXCEPTION_H
#include <arch/cpu.h>
-#include <rules.h>
#if IS_ENABLED(CONFIG_IDT_IN_EVERY_STAGE) || ENV_RAMSTAGE
asmlinkage void exception_init(void);