Skip to content

Commit

Permalink
Remove unncecesary includes from .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscozdo committed Jul 26, 2023
1 parent 430c619 commit bf29ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/sys/vm_amap.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _SYS_VM_AMAP_H_
#define _SYS_VM_AMAP_H_

#include <sys/mutex.h>
#include <sys/refcnt.h>
#include <sys/types.h>
#include <sys/vm.h>
Expand Down
1 change: 0 additions & 1 deletion include/sys/vm_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <sys/pmap.h>
#include <sys/vm.h>
#include <sys/vm_amap.h>
#include <sys/mutex.h>

typedef struct vm_map vm_map_t;
typedef struct vm_map_entry vm_map_entry_t;
Expand Down

0 comments on commit bf29ae2

Please sign in to comment.