From c48b4803044f58fde98955caaf03c2675db8c171 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 31 Jan 2024 10:02:50 +0100 Subject: [PATCH] Remove arduino include --- Perception.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Perception.cpp b/Perception.cpp index 98442da..782ca94 100644 --- a/Perception.cpp +++ b/Perception.cpp @@ -275,8 +275,6 @@ InterestingThing *Perception::GetMostInterestingThing() { return closestObject; } -#include - void Perception::Update(float currentTimeMs) { float deltaTime = (currentTimeMs - lastUpdateTimeMs) / 1000; if (deltaTime <= 0)