commit | c9cd4eb1635fa8a621735046c0bb09e3f929763f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 26 16:05:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 26 16:05:24 2018 +0000 |
tree | 044e3f9db221b1fc04dab20f48289e32fda00674 | |
parent | 40517761dc7c69a704285e61a51bd3b76046fcdf [diff] | |
parent | 5f6d1a59a85d28e4ea25e55230179de9ac4d343f [diff] |
Merge "<sys/ioctl.h> shouldn't pollute the namespace as much."
diff --git a/libc/include/sys/ioctl.h b/libc/include/sys/ioctl.h index 76dc1ff..b48b7f9 100644 --- a/libc/include/sys/ioctl.h +++ b/libc/include/sys/ioctl.h
@@ -36,8 +36,6 @@ * terminal-related ioctl data structures such as struct winsize. */ #include <linux/termios.h> -#include <asm/ioctls.h> -#include <asm/termbits.h> #include <linux/tty.h> #include <bits/ioctl.h>