From 00c7e05b5d21758f7253fe898ad45486e88cdbec Mon Sep 17 00:00:00 2001 From: David Rebbe Date: Mon, 25 Nov 2024 18:33:26 -0500 Subject: [PATCH] fixed compiler issue --- include/icsneo/device/devicetype.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/icsneo/device/devicetype.h b/include/icsneo/device/devicetype.h index fb5eda9..965edf7 100644 --- a/include/icsneo/device/devicetype.h +++ b/include/icsneo/device/devicetype.h @@ -5,7 +5,6 @@ #define ICSNEO_DEVICETYPE_LONGEST_NAME (35 + 1) // Add 1 so that if someone forgets, they still have space for null terminator #define ICSNEO_DEVICETYPE_LONGEST_DESCRIPTION (ICSNEO_DEVICETYPE_LONGEST_NAME + 7) // 6 character serial, plus space -#include #include #include #include