stm32l0: cleanup includes.

This commit is contained in:
Gareth McMullin 2015-03-11 20:46:26 -07:00
parent 1196b03d66
commit f52a51403f
1 changed files with 1 additions and 4 deletions

View File

@ -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"