diff --git a/src/stm32l0.c b/src/stm32l0.c index 954a277..0de028f 100644 --- a/src/stm32l0.c +++ b/src/stm32l0.c @@ -114,14 +114,11 @@ #define CONFIG_STM32L1 /* Include support for STM32L1 */ -#include -#include -#include - #include "general.h" #include "adiv5.h" #include "target.h" #include "command.h" +#include "gdb_packet.h" #include "stm32lx-nvm.h"