From d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Thu, 4 Mar 2010 19:16:24 +0100 Subject: Cleaned up header inclusion. Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules. --- include/libopenstm32/flash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libopenstm32/flash.h') diff --git a/include/libopenstm32/flash.h b/include/libopenstm32/flash.h index 49e5b95..b4151ef 100644 --- a/include/libopenstm32/flash.h +++ b/include/libopenstm32/flash.h @@ -27,7 +27,8 @@ #ifndef LIBOPENSTM32_FLASH_H #define LIBOPENSTM32_FLASH_H -#include +#include +#include /* --- FLASH registers ----------------------------------------------------- */ -- cgit v1.2.3