From f13a20385a737d59174f837f2ec68aa945916b8b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 19:53:10 +0900 Subject: Use proper TQt headers Signed-off-by: Michele Calgaro (cherry picked from commit 9907831155e298ab3cd2d303e628c85f5002e242) --- src/sensor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sensor.h') diff --git a/src/sensor.h b/src/sensor.h index 9c15cdb..4979c18 100644 --- a/src/sensor.h +++ b/src/sensor.h @@ -18,10 +18,10 @@ #ifndef SENSOR_H #define SENSOR_H -#include +#include #include -#include -#include +#include +#include /** *@author Miguel Novas -- cgit v1.2.3