diff options
author | bde <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 |
commit | d75a1370e4a34158937694ef6dc2b5cec2689bc1 (patch) | |
tree | a028bed739648741257da33b25b41aa98782b6f1 /sys/compat | |
parent | cfdfb3c281cd6aecdf142a332ce950994f4c4a18 (diff) | |
download | FreeBSD-src-d75a1370e4a34158937694ef6dc2b5cec2689bc1.zip FreeBSD-src-d75a1370e4a34158937694ef6dc2b5cec2689bc1.tar.gz |
Removed never-used #includes of <machine/cpu.h>. Many were apparently
copied from bad examples.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 6f8ec9e..bbdb303 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -25,7 +25,7 @@ * (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.16 1996/03/12 06:20:14 peter Exp $ + * $Id: linux_misc.c,v 1.17 1996/03/19 15:02:34 bde Exp $ */ #include <sys/param.h> @@ -61,9 +61,6 @@ #include <vm/vm_map.h> #include <vm/vm_extern.h> -#include <machine/cpu.h> -#include <machine/psl.h> - #include <i386/linux/linux.h> #include <i386/linux/linux_proto.h> #include <i386/linux/linux_util.h> |