We don't need <sys/bswap.h> here.

This commit is contained in:
uwe 2005-09-03 22:55:55 +00:00
parent 6dd6a3eb59
commit 46f38c7fc9
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rasops8.c,v 1.18 2005/02/04 02:10:47 perry Exp $ */
/* $NetBSD: rasops8.c,v 1.19 2005/09/03 22:55:55 uwe Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -37,14 +37,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.18 2005/02/04 02:10:47 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.19 2005/09/03 22:55:55 uwe Exp $");
#include "opt_rasops.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/bswap.h>
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wsconsio.h>