From 44882cfa7a85a6466573c6f6f8a048fc92d35bc1 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 6 Nov 2025 18:10:56 -0500 Subject: [PATCH] chore: ProtocolTypes remove unused includes --- src/lib/deskflow/ProtocolTypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/deskflow/ProtocolTypes.h b/src/lib/deskflow/ProtocolTypes.h index ff3cd62d1..1e2129bad 100644 --- a/src/lib/deskflow/ProtocolTypes.h +++ b/src/lib/deskflow/ProtocolTypes.h @@ -7,9 +7,7 @@ #pragma once -#include "base/DirectionTypes.h" -#include "base/EventTypes.h" - +#include /** * @file ProtocolTypes.h * @brief Deskflow Network Protocol Specification and Implementation