prune unneeded includes
This commit is contained in:
parent
123f40607a
commit
5fccb294a7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $ */
|
||||
/* $NetBSD: gffb.c,v 1.14 2020/05/21 22:55:48 macallan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013 Michael Lorenz
|
||||
@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.14 2020/05/21 22:55:48 macallan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $");
|
||||
#include <sys/kauth.h>
|
||||
#include <sys/atomic.h>
|
||||
|
||||
#include <dev/videomode/videomode.h>
|
||||
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcidevs.h>
|
||||
@ -62,8 +60,6 @@ __KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.13 2018/07/26 19:32:25 macallan Exp $");
|
||||
#include <dev/pci/wsdisplay_pci.h>
|
||||
#include <dev/wscons/wsdisplay_glyphcachevar.h>
|
||||
|
||||
#include <dev/i2c/i2cvar.h>
|
||||
|
||||
#include "opt_gffb.h"
|
||||
#include "opt_vcons.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $ */
|
||||
/* $NetBSD: r128fb.c,v 1.42 2020/05/21 22:55:48 macallan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007, 2012 Michael Lorenz
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.42 2020/05/21 22:55:48 macallan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -41,8 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $")
|
||||
#include <sys/lwp.h>
|
||||
#include <sys/kauth.h>
|
||||
|
||||
#include <dev/videomode/videomode.h>
|
||||
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcidevs.h>
|
||||
@ -57,8 +55,6 @@ __KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.41 2017/06/21 21:40:36 macallan Exp $")
|
||||
#include <dev/pci/wsdisplay_pci.h>
|
||||
#include <dev/wscons/wsdisplay_glyphcachevar.h>
|
||||
|
||||
#include <dev/i2c/i2cvar.h>
|
||||
|
||||
#include "opt_r128fb.h"
|
||||
#include "opt_vcons.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user