From: Uwe Hermann Date: Wed, 15 Apr 2015 23:05:04 +0000 (+0200) Subject: libserialport.h.in: Drop unneeded #include. X-Git-Tag: libserialport-0.1.1~53 X-Git-Url: http://sigrok.org/gitweb/?p=libserialport.git;a=commitdiff_plain;h=e4f44cf5f22c40ec7daedc895458426de8340dff;ds=sidebyside libserialport.h.in: Drop unneeded #include. This is not needed and would pollute the namespace of every libserialport user on Windows. --- diff --git a/libserialport.h.in b/libserialport.h.in index d945d4f..0b46497 100644 --- a/libserialport.h.in +++ b/libserialport.h.in @@ -85,9 +85,6 @@ extern "C" { #endif #include -#ifdef _WIN32 -#include -#endif /** Return values. */ enum sp_return {