mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 13:16:45 +00:00
termios.h & strings.h are not needed
This commit is contained in:
parent
ac68745a9c
commit
fa12120d75
|
@ -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
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#endif
|
||||
#define HUGETLBFS_MAGIC 0x958458f6
|
||||
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config-host.h"
|
||||
|
|
Loading…
Reference in a new issue