Module Name:    src
Committed By:   skrll
Date:           Tue Apr  3 11:43:37 UTC 2012

Modified Files:
        src/sys/arch/hppa/hppa: lock_stubs.S

Log Message:
Remove unnecessary #includes.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/hppa/lock_stubs.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/hppa/lock_stubs.S
diff -u src/sys/arch/hppa/hppa/lock_stubs.S:1.22 src/sys/arch/hppa/hppa/lock_stubs.S:1.23
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.22	Sun Jan 30 22:36:37 2011
+++ src/sys/arch/hppa/hppa/lock_stubs.S	Tue Apr  3 11:43:36 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.S,v 1.22 2011/01/30 22:36:37 skrll Exp $	*/
+/*	$NetBSD: lock_stubs.S,v 1.23 2012/04/03 11:43:36 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -31,8 +31,6 @@
 
 #include "opt_multiprocessor.h"
 #include "opt_lockdebug.h"
-#include "opt_cputype.h"
-#include "opt_ddb.h"
 
 #define __MUTEX_PRIVATE
 

Reply via email to