uart_posix.c: remove redundant include

This commit is contained in:
Philippe Teuwen 2013-03-06 19:34:57 +01:00
parent a0b859b2a1
commit b81519c6a9

View file

@ -30,7 +30,6 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/types.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>