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 <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-10-27 11:04:06 -07:00 committed by Anas Nashif
commit 74c4509ff2

View file

@ -14,8 +14,6 @@
#ifndef _SW_ISR_TABLE__H_
#define _SW_ISR_TABLE__H_
#include <arch/cpu.h>
#ifdef __cplusplus
extern "C" {
#endif