summaryrefslogtreecommitdiff
path: root/src/unistd/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pipe.c')
-rw-r--r--src/unistd/pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unistd/pipe.c b/src/unistd/pipe.c
index 394b1846..4c09d22c 100644
--- a/src/unistd/pipe.c
+++ b/src/unistd/pipe.c
@@ -1,8 +1,8 @@
#include "stddef.h"
#include "sys/types.h"
#include <unistd.h>
-#include "../_assert.h"
-#include "../_syscall.h"
+#include "_assert.h"
+#include "_syscall.h"
int pipe(int fildes[2])
{