Date: Tue, 17 Jul 2007 12:12:51 GMT From: Attilio Rao <attilio@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123646 for review Message-ID: <200707171212.l6HCCphs097991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123646 Change 123646 by attilio@attilio_xen on 2007/07/17 12:12:06 Remove unuseful comments from the header inclusion Affected files ... .. //depot/projects/xen3/src/sys/i386-xen/i386-xen/clock.c#14 edit Differences ... ==== //depot/projects/xen3/src/sys/i386-xen/i386-xen/clock.c#14 (text+ko) ==== @@ -77,15 +77,15 @@ #include <i386/isa/isa.h> #include <isa/rtc.h> -/* XEN specific defines */ #include <machine/xen_intr.h> -#include <vm/vm.h> /* needed by machine/pmap.h */ -#include <vm/pmap.h> /* needed by machine/pmap.h */ -#include <machine/pmap.h> /* needed by xen-os.h */ +#include <vm/vm.h> +#include <vm/pmap.h> +#include <machine/pmap.h> #include <machine/hypervisor-ifs.h> -#include <machine/xen-os.h> /* needed by xenfunc.h */ +#include <machine/xen-os.h> #include <machine/xenfunc.h> -#include <machine/cpu.h> +#include <machine/cpu.h> + /* * 32-bit time_t's can't reach leap years before 1904 or after 2036, so we * can use a simple formula for leap years.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707171212.l6HCCphs097991>