From e90b0f734acb6ca186470904ad30456f651cbb0c Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 24 Jan 2021 16:28:50 -0800 Subject: [PATCH] Remove unnecessary (and incorrect) include in unixcomm.c (#280) --- src/unixcomm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/unixcomm.c b/src/unixcomm.c index 52b20c9..5e55f22 100644 --- a/src/unixcomm.c +++ b/src/unixcomm.c @@ -56,10 +56,6 @@ Unix Interface Communications #include "byteswapdefs.h" #include "commondefs.h" -#ifdef GCC386 -#include "inlinePS2.h" -#endif /* GCC386 */ - static __inline__ int SAFEREAD(int f, unsigned char *b, int c) { int res; loop: