From f52a51403f4b9e5d0264cc355bf2414634bb5500 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Wed, 11 Mar 2015 20:46:26 -0700 Subject: [PATCH] stm32l0: cleanup includes. --- src/stm32l0.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"