diff --git a/libc/calls/execve-sysv.c b/libc/calls/execve-sysv.c index f7b5a6abb..2d68e88da 100644 --- a/libc/calls/execve-sysv.c +++ b/libc/calls/execve-sysv.c @@ -31,8 +31,6 @@ #include "libc/runtime/runtime.h" #include "libc/str/str.h" #include "libc/sysv/consts/at.h" -#include "libc/sysv/consts/f.h" -#include "libc/sysv/consts/fd.h" #include "libc/sysv/consts/o.h" #include "libc/sysv/consts/ok.h" #include "libc/sysv/errfuns.h" diff --git a/test/libc/calls/test.mk b/test/libc/calls/test.mk index ccf9f903e..ddd542b07 100644 --- a/test/libc/calls/test.mk +++ b/test/libc/calls/test.mk @@ -92,7 +92,7 @@ o/$(MODE)/test/libc/calls/fexecve_test.com.dbg: \ $(TEST_LIBC_CALLS_DEPS) \ o/$(MODE)/test/libc/calls/fexecve_test.o \ o/$(MODE)/test/libc/calls/calls.pkg \ - o/$(MODE)/test/libc/mem/prog/life.elf.zip.o \ + o/$(MODE)/test/libc/mem/prog/life.elf.zip.o \ o/$(MODE)/tool/build/echo.zip.o \ o/$(MODE)/test/libc/calls/life-nomod.com.zip.o \ $(LIBC_TESTMAIN) \