aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"