Module Name:    src
Committed By:   jdolecek
Date:           Tue Jan  8 19:59:24 UTC 2019

Modified Files:
        src/sys/arch/xen/include: xen_shm.h

Log Message:
remove explicit <machine/param.h> include, code including this already includes
<sys/param.h>


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/xen/include/xen_shm.h

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/xen/include/xen_shm.h
diff -u src/sys/arch/xen/include/xen_shm.h:1.9 src/sys/arch/xen/include/xen_shm.h:1.10
--- src/sys/arch/xen/include/xen_shm.h:1.9	Mon Oct 19 18:41:10 2009
+++ src/sys/arch/xen/include/xen_shm.h	Tue Jan  8 19:59:24 2019
@@ -1,4 +1,4 @@
-/*      $NetBSD: xen_shm.h,v 1.9 2009/10/19 18:41:10 bouyer Exp $      */
+/*      $NetBSD: xen_shm.h,v 1.10 2019/01/08 19:59:24 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2005 Manuel Bouyer.
@@ -26,7 +26,6 @@
  */
 
 #include "opt_xen.h"
-#include <machine/param.h>
 
 #define XENSHM_MAX_PAGES_PER_REQUEST (MAXPHYS >> PAGE_SHIFT)
 

Reply via email to