Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 16:41:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18195 for review
Message-ID:  <200209262341.g8QNfeSq062922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18195

Change 18195 by peter@peter_ia64 on 2002/09/26 16:41:00

	reorder includes so that db_machdep.h picks up the prereqs
	for machine/pmap.h

Affected files ...

.. //depot/projects/ia64/sys/ddb/db_watch.c#3 edit

Differences ...

==== //depot/projects/ia64/sys/ddb/db_watch.c#3 (text+ko) ====

@@ -36,13 +36,13 @@
 #include <sys/lock.h>
 #include <sys/proc.h>
 
+#include <ddb/ddb.h>
+#include <ddb/db_watch.h>
+
 #include <vm/vm.h>
 #include <vm/pmap.h>
 #include <vm/vm_map.h>
 
-#include <ddb/ddb.h>
-#include <ddb/db_watch.h>
-
 /*
  * Watchpoints.
  */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209262341.g8QNfeSq062922>