Skip to content

Commit c7b3b13

Browse files
xyzzy42nashif
authored andcommitted
drivers/sensor: si7006: Clean up headers
Some, like stdio.h, don't belong here at all and aren't needed. Signed-off-by: Trent Piepho <[email protected]>
1 parent d7e03dd commit c7b3b13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/sensor/silabs/si7006/si7006.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8+
#include <zephyr/device.h>
9+
#include <zephyr/drivers/i2c.h>
810
#include <zephyr/drivers/sensor.h>
911
#include <zephyr/kernel.h>
10-
#include <zephyr/device.h>
11-
#include <zephyr/init.h>
12-
#include <string.h>
1312
#include <zephyr/sys/byteorder.h>
1413
#include <zephyr/sys/__assert.h>
1514
#include <zephyr/drivers/i2c.h>

0 commit comments

Comments
 (0)