diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-27 06:11:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-27 06:11:17 +0000 |
commit | 1be564e03ef9628ab0ef55d766ffea81a9d781be (patch) | |
tree | 0fcb6e6a0f1fa9b9acb0ae902d748c9a30f00341 | |
parent | 62749187ae455591bafd92a1f7e0deb46d210a2c (diff) | |
download | glibc-1be564e03ef9628ab0ef55d766ffea81a9d781be.tar glibc-1be564e03ef9628ab0ef55d766ffea81a9d781be.tar.gz glibc-1be564e03ef9628ab0ef55d766ffea81a9d781be.tar.bz2 glibc-1be564e03ef9628ab0ef55d766ffea81a9d781be.zip |
Remove inclusion of <asm/resource.h>.
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/resource.h b/sysdeps/unix/sysv/linux/mips/bits/resource.h index feb9cc72d0..613b6bcc4c 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/resource.h +++ b/sysdeps/unix/sysv/linux/mips/bits/resource.h @@ -21,7 +21,6 @@ # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead." #endif -#include <asm/resource.h> #include <bits/types.h> /* Transmute defines to enumerations. The macro re-definitions are |