From: Uwe Hermann Date: Fri, 30 Aug 2013 14:34:39 +0000 (+0200) Subject: serial.c: Drop unneeded . X-Git-Tag: libsigrok-0.2.2~69 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=045e9a99186396694fb10f3155a7fb868705ecb8 serial.c: Drop unneeded . This is no longer used, and also it is not available on Android and thus breaks cross-compilation for Android. Thanks Marcus Comstedt for reporting. --- diff --git a/hardware/common/serial.c b/hardware/common/serial.c index 5490608c..306b889c 100644 --- a/hardware/common/serial.c +++ b/hardware/common/serial.c @@ -27,7 +27,6 @@ #ifdef _WIN32 #include #else -#include #include #include #endif