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. --- examples/stm32-h103/spi/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32-h103/spi') diff --git a/examples/stm32-h103/spi/spi.c b/examples/stm32-h103/spi/spi.c index 86bd2a9..bf313be 100644 --- a/examples/stm32-h103/spi/spi.c +++ b/examples/stm32-h103/spi/spi.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include void clock_setup(void) { -- cgit v1.2.3