aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth McMullin2015-03-11 20:46:26 -0700
committerGareth McMullin2015-03-11 20:47:51 -0700
commitf52a51403f4b9e5d0264cc355bf2414634bb5500 (patch)
tree50c3bcb8fca267dcb49be5a9e32cd0977155a13f
parent1196b03d66c9187b12f6cc6502589e88df11c5aa (diff)
stm32l0: cleanup includes.
-rw-r--r--src/stm32l0.c5
1 files changed, 1 insertions, 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 <stdlib.h>
-#include <string.h>
-#include <stdint.h>
-
#include "general.h"
#include "adiv5.h"
#include "target.h"
#include "command.h"
+#include "gdb_packet.h"
#include "stm32lx-nvm.h"