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: