From ea672a45379b5d3dd91c061e08250aed2eb384b9 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 14 Nov 2013 12:48:08 +0100 Subject: [PATCH] make sht11 includes adhere to coding conventions --- drivers/sht11/sht11.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/sht11/sht11.c b/drivers/sht11/sht11.c index 6ea2d6fc41..ae98b65377 100644 --- a/drivers/sht11/sht11.c +++ b/drivers/sht11/sht11.c @@ -30,11 +30,11 @@ and Telematics group (http://cst.mi.fu-berlin.de). #include #include -#include -#include -#include -#include -#include +#include "hwtimer.h" +#include "mutex.h" +#include "sht11.h" +#include "sht11-board.h" +#include "bitarithm.h" float sht11_temperature_offset;