From e4f44cf5f22c40ec7daedc895458426de8340dff Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 16 Apr 2015 01:05:04 +0200 Subject: [PATCH] libserialport.h.in: Drop unneeded #include. This is not needed and would pollute the namespace of every libserialport user on Windows. --- libserialport.h.in | 3 --- 1 file changed, 3 deletions(-) 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 {