diff --git a/headers/private/kernel/arch/arm/arch_uart_8250_omap.h b/headers/private/kernel/arch/arm/arch_uart_8250_omap.h index 39ff62ecad..6bc65bc6f0 100644 --- a/headers/private/kernel/arch/arm/arch_uart_8250_omap.h +++ b/headers/private/kernel/arch/arm/arch_uart_8250_omap.h @@ -14,8 +14,7 @@ #include #include - -#include "debug_uart.h" +#include class ArchUART8250Omap : public DebugUART8250 { diff --git a/src/system/kernel/arch/arm/arch_uart_8250_omap.cpp b/src/system/kernel/arch/arm/arch_uart_8250_omap.cpp index 40dcbc32ff..05f8c0311d 100644 --- a/src/system/kernel/arch/arm/arch_uart_8250_omap.cpp +++ b/src/system/kernel/arch/arm/arch_uart_8250_omap.cpp @@ -8,7 +8,7 @@ #include -#include +#include #include #include #include