mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 15:27:48 +08:00
Remove unused includes.
This commit is contained in:
@@ -15,16 +15,9 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#if defined(RTEMS_NEWLIB)
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <termios.h>
|
||||
/* #include <sys/ioctl.h> */
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int tcflow (
|
||||
int fd __attribute__((unused)),
|
||||
|
||||
Reference in New Issue
Block a user