diff options
| author | shtrophic <christoph@liebender.dev> | 2024-11-16 13:50:16 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2024-11-16 13:50:16 +0100 |
| commit | 017140f5235d5c379402715f2cbbe1fdd037ba16 (patch) | |
| tree | 90148bde7a70755618796e34d664075d7d9edb60 /sandbox.c | |
| parent | 559f23c8080806e95a43a25f917762121fbbeee2 (diff) | |
remove unused headers
Diffstat (limited to 'sandbox.c')
| -rw-r--r-- | sandbox.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,11 +7,10 @@ #if defined (__linux__) # define __USE_GNU # include <linux/landlock.h> -# include <linux/prctl.h> # include <sys/syscall.h> # include <sys/prctl.h> +# include <stdint.h> # include <fcntl.h> -# include <arpa/inet.h> #endif void sbox_enter(const char *basedir) |