From ebadd0b2a2c114bdafb801d845c8e80f0b025d3d Mon Sep 17 00:00:00 2001 From: Thad House Date: Thu, 16 Jan 2025 17:53:00 -0800 Subject: [PATCH] Fix --- hal/src/main/native/systemcore/SerialPort.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/hal/src/main/native/systemcore/SerialPort.cpp b/hal/src/main/native/systemcore/SerialPort.cpp index 70825a1690f..64e24c82c22 100644 --- a/hal/src/main/native/systemcore/SerialPort.cpp +++ b/hal/src/main/native/systemcore/SerialPort.cpp @@ -21,7 +21,6 @@ #include #include "HALInternal.h" -#include "hal/cpp/SerialHelper.h" #include "hal/handles/HandlesInternal.h" #include "hal/handles/IndexedHandleResource.h"