aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-30 13:31:33 -0800
committerRob Landley <rob@landley.net>2018-11-30 16:38:12 -0600
commit890909a6d0ec2fa7f55afd22aa142b4b3d5f156a (patch)
tree8c68dc7fdcb3c2aa20339a1425b446aeeaaf09cc /toys.h
parentc6ee3c269e06fb0cfa61e759ed84b85e038593c7 (diff)
downloadtoybox-890909a6d0ec2fa7f55afd22aa142b4b3d5f156a.tar.gz
macOS: work around header idiosyncracies.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/toys.h b/toys.h
index 0e8d4684..5e71e3fe 100644
--- a/toys.h
+++ b/toys.h
@@ -62,10 +62,7 @@
#include <wctype.h>
// LSB 4.1 headers
-#include <pty.h>
#include <sys/ioctl.h>
-#include <sys/statfs.h>
-#include <sys/sysinfo.h>
#include "lib/lib.h"
#include "lib/lsm.h"