From 15541ebd7832406b89a47eebd2367ff8768c832e Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 21 May 2017 23:44:03 +0200 Subject: [PATCH] Remove redundant inclusions of limits.h The first one would be included for Windows too which seems to be an error. The second one is obviously redundant. --- libserialport_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libserialport_internal.h b/libserialport_internal.h index 83f0090..6ea5e5a 100644 --- a/libserialport_internal.h +++ b/libserialport_internal.h @@ -37,7 +37,6 @@ #include #include #include -#include #ifdef _WIN32 #include #include @@ -53,7 +52,6 @@ #include #include #include -#include #include #endif #ifdef __APPLE__