Skip to content

Commit

Permalink
Remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscozdo committed Jul 26, 2023
1 parent 3efcb1f commit 1fa56be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sys/kern/vm_amap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <sys/errno.h>
#include <sys/klog.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/pool.h>
#include <sys/pmap.h>
#include <sys/refcnt.h>
Expand Down
1 change: 0 additions & 1 deletion sys/kern/vm_map.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#define KL_LOG KL_VM
#include <sys/klog.h>
#include <sys/mimiker.h>
#include <sys/mutex.h>
#include <sys/libkern.h>
#include <sys/pool.h>
#include <sys/pmap.h>
Expand Down

0 comments on commit 1fa56be

Please sign in to comment.