From ed34526c84a92feed0217473bf4310f9c5553d48 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 28 May 2025 21:50:28 +0100 Subject: [PATCH] mlx90640: drop unused includes. --- drivers/mlx90640/mlx90640.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/mlx90640/mlx90640.cpp b/drivers/mlx90640/mlx90640.cpp index 3bcc79d0..fb6f8fd9 100644 --- a/drivers/mlx90640/mlx90640.cpp +++ b/drivers/mlx90640/mlx90640.cpp @@ -1,15 +1,8 @@ #include -#include -#include -#include -#include -#include -#include #include "src/headers/MLX90640_API.h" #include "mlx90640.hpp" - namespace pimoroni { MLX90640::MLX90640_Error MLX90640::setup(int fps){ MLX90640_I2CConfigure(i2c_instance);