fix(command): remove useless include
This commit is contained in:
parent
b8e2931a77
commit
3d318439d8
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "parse.h"
|
||||
|
||||
unsigned char invoke(struct Args args) {
|
||||
pid_t child = fork();
|
||||
if (child == 0 && args.argc > 0) {
|
||||
|
|
Loading…
Reference in a new issue