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/usart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libopenstm32/usart.h') diff --git a/include/libopenstm32/usart.h b/include/libopenstm32/usart.h index f3a9878..0cf86d1 100644 --- a/include/libopenstm32/usart.h +++ b/include/libopenstm32/usart.h @@ -20,7 +20,8 @@ #ifndef LIBOPENSTM32_USART_H #define LIBOPENSTM32_USART_H -#include +#include +#include /* --- Convenience macros -------------------------------------------------- */ -- cgit v1.2.3