From 74c4509ff2546ebba1d8cd1c5aa6f63f73e65468 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 27 Oct 2017 11:04:06 -0700 Subject: [PATCH] sw_isr_table.h: fix includes This header doesn't need arch/cpu.h for anything in it, remove to ease dependency inclusion dependencies. Signed-off-by: Andrew Boie --- include/sw_isr_table.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sw_isr_table.h b/include/sw_isr_table.h index cedc8002061..460062a7047 100644 --- a/include/sw_isr_table.h +++ b/include/sw_isr_table.h @@ -14,8 +14,6 @@ #ifndef _SW_ISR_TABLE__H_ #define _SW_ISR_TABLE__H_ -#include - #ifdef __cplusplus extern "C" { #endif