Eliminate unnecessary forward declarations.
This commit is contained in:
parent
0abfb2bd6a
commit
31dc96eed0
@ -33,11 +33,8 @@
|
|||||||
#ifndef _VM_EXTERN_H_
|
#ifndef _VM_EXTERN_H_
|
||||||
#define _VM_EXTERN_H_
|
#define _VM_EXTERN_H_
|
||||||
|
|
||||||
struct buf;
|
|
||||||
struct proc;
|
struct proc;
|
||||||
struct vmspace;
|
struct vmspace;
|
||||||
struct vmtotal;
|
|
||||||
struct mount;
|
|
||||||
struct vnode;
|
struct vnode;
|
||||||
|
|
||||||
#ifdef _KERNEL
|
#ifdef _KERNEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user