Skip to content

Commit 1bf0588

Browse files
authored
Update syscalls_cpp.cpp
1 parent f1dda09 commit 1bf0588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

os/various/cpp_wrappers/syscalls_cpp.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include <stdio.h>
22
#include <errno.h>
3-
#include <unistd.h>
4-
#include <sys/types.h>
3+
54
#include "osal.h"
65

76
#include "syscalls_cpp.hpp"

0 commit comments

Comments
 (0)