This commit is contained in:
Kovid Goyal 2017-11-12 16:14:59 +05:30
parent 6b9303ba7d
commit dd0080d3ce
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -21,9 +21,6 @@ extern int pthread_setname_np(const char *name);
#include <unistd.h>
#include <float.h>
#include <fcntl.h>
#ifndef __APPLE__
#include <stropts.h>
#endif
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <signal.h>