This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 544552c305 arch/arm64/arm64_arch_timer: delete unused includes 544552c305 is described below commit 544552c3058e518ec1eea796a2be4dccb1f17661 Author: Hidenori Matsubayashi <hidenori.matsubaya...@gmail.com> AuthorDate: Wed Oct 19 23:38:02 2022 +0900 arch/arm64/arm64_arch_timer: delete unused includes Delete unnecessary includes. Signed-off-by: Hidenori Matsubayashi <hidenori.matsubaya...@gmail.com> --- arch/arm64/src/common/arm64_arch_timer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/src/common/arm64_arch_timer.h b/arch/arm64/src/common/arm64_arch_timer.h index 0dd0d77f58..5fc8a7db99 100644 --- a/arch/arm64/src/common/arm64_arch_timer.h +++ b/arch/arm64/src/common/arm64_arch_timer.h @@ -25,10 +25,6 @@ * Included Files ****************************************************************************/ -#include <nuttx/config.h> -#include <arch/irq.h> -#include <arch/chip/chip.h> - #include "arm64_gic.h" /****************************************************************************