Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa Remove unnecessary #includes.



details:   https://anonhg.NetBSD.org/src/rev/3c503709f7b5
branches:  trunk
changeset: 778536:3c503709f7b5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 03 11:43:36 2012 +0000

description:
Remove unnecessary #includes.

diffstat:

 sys/arch/hppa/hppa/lock_stubs.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2195a712ad07 -r 3c503709f7b5 sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S   Tue Apr 03 10:50:46 2012 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S   Tue Apr 03 11:43:36 2012 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index