From be714f4da176409a07b258683f26ef8d73fb42c4 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Wed, 15 Apr 2026 11:58:38 +0200 Subject: [PATCH] ImagePuller: Remove duplicate include --- image_puller/ImagePuller.h | 1 - 1 file changed, 1 deletion(-) diff --git a/image_puller/ImagePuller.h b/image_puller/ImagePuller.h index 66f0b545..462f0736 100644 --- a/image_puller/ImagePuller.h +++ b/image_puller/ImagePuller.h @@ -11,7 +11,6 @@ #include "../frame_serialize/CBORStream2Deserializer.h" #include "../common/ThreadSafeFIFO.h" #include "../common/JfjochTCP.h" -#include "../common/JfjochTCP.h" struct PullerAckMessage { TCPFrameType ack_for = TCPFrameType::DATA;