Commit c7b3b131 authored by Trent Piepho's avatar Trent Piepho Committed by Anas Nashif
Browse files

drivers/sensor: si7006: Clean up headers



Some, like stdio.h, don't belong here at all and aren't needed.

Signed-off-by: default avatarTrent Piepho <tpiepho@gmail.com>
parent d7e03dd1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,11 +5,10 @@
 * SPDX-License-Identifier: Apache-2.0
 */

#include <zephyr/device.h>
#include <zephyr/drivers/i2c.h>
#include <zephyr/drivers/sensor.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <string.h>
#include <zephyr/sys/byteorder.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/drivers/i2c.h>