reduce spurious inclusion of libc.h
[musl] / src / termios / cfsetospeed.c
index b571f62..c9cbdd9 100644 (file)
@@ -2,7 +2,6 @@
 #include <termios.h>
 #include <sys/ioctl.h>
 #include <errno.h>
-#include "libc.h"
 
 int cfsetospeed(struct termios *tio, speed_t speed)
 {