diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 16:06:08 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 16:06:08 +0000 |
commit | 293a9e510c47b6d0f1ed06b4e02d9b89f1c33021 (patch) | |
tree | 3eafe9b2bf3addab55e672e33c3b14d8e9ca2ab8 /sys/compat/linux/linux_misc.c | |
parent | 5f2d49adc92753a9f90759d2ab974ba2e7df0a4c (diff) | |
download | src-293a9e510c47b6d0f1ed06b4e02d9b89f1c33021.tar.gz src-293a9e510c47b6d0f1ed06b4e02d9b89f1c33021.zip |
Removed unused #includes.
Notes
Notes:
svn path=/head/; revision=27557
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index fc8bae9e3781..42e3a7df240c 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -25,34 +25,27 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.27 1997/04/01 08:39:06 bde Exp $ + * $Id: linux_misc.c,v 1.28 1997/04/28 02:53:17 msmith Exp $ */ #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> #include <sys/kernel.h> -#include <sys/exec.h> #include <sys/mman.h> #include <sys/proc.h> -#include <sys/dirent.h> #include <sys/fcntl.h> -#include <sys/filedesc.h> #include <sys/imgact_aout.h> #include <sys/mount.h> #include <sys/namei.h> -#include <sys/resource.h> #include <sys/resourcevar.h> #include <sys/stat.h> #include <sys/sysctl.h> -#include <sys/times.h> -#include <sys/utsname.h> #include <sys/vnode.h> #include <sys/wait.h> #include <sys/time.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/pmap.h> #include <vm/vm_kern.h> #include <vm/vm_prot.h> |