From: Stefan Tauner Date: Sun, 21 May 2017 21:44:03 +0000 (+0200) Subject: Remove redundant inclusions of limits.h X-Git-Url: https://sigrok.org/gitweb/?p=libserialport.git;a=commitdiff_plain;h=15541ebd7832406b89a47eebd2367ff8768c832e 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. --- 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__