termios.h & strings.h are not needed

This commit is contained in:
Nguyen Anh Quynh 2017-01-21 11:02:17 +08:00
parent ac68745a9c
commit fa12120d75
2 changed files with 0 additions and 3 deletions

View file

@ -29,7 +29,6 @@
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
#include <strings.h>
#include <inttypes.h>
#include <limits.h>
#include <time.h>
@ -40,7 +39,6 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <assert.h>
#include <signal.h>
#include "glib_compat.h"
#ifdef _WIN32

View file

@ -39,7 +39,6 @@
#endif
#define HUGETLBFS_MAGIC 0x958458f6
#include <termios.h>
#include <unistd.h>
#include "config-host.h"