1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Removed inclusion of unused header from termios2.c

This commit is contained in:
Nick Patavalis
2015-08-19 23:51:25 +03:00
parent a5208a560b
commit 46d2a20dcc

View File

@ -27,7 +27,6 @@
#error "Linux specific code!"
#endif /* of __linux__ */
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>