Private
Public Access
2
0

uart: remove un-needed includes from uart.h

No need for many included

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2015-05-18 21:13:06 +01:00
parent 7e47b05c8f
commit 4d86860e0c
2 changed files with 1 additions and 10 deletions

View File

@@ -42,16 +42,6 @@ extern "C" {
#endif
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <termios.h>
#include <sys/time.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "common.h"