[vchroot] Don't Include <lkm/api.h>

This commit is contained in:
Thomas A 2023-05-21 07:55:08 -07:00
parent 4afea46ec0
commit f30104686b
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <lkm/api.h>
extern int lkm_call(int nr, ...);
extern int __darling_vchroot(int dfd);

View File

@ -1,4 +1,3 @@
#include <lkm/api.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>