2 changes: 1 addition & 1 deletion libc/include/sys/random.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-random-macros.h"
#include "../llvm-libc-macros/sys-random-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/include/sys/resource.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-resource-macros.h"
#include "../llvm-libc-macros/sys-resource-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/include/sys/select.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-select-macros.h"
#include "../llvm-libc-macros/sys-select-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/include/sys/socket.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-socket-macros.h"
#include "../llvm-libc-macros/sys-socket-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/include/sys/stat.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-stat-macros.h"
#include "../llvm-libc-macros/sys-stat-macros.h"

%%public_api()

Expand Down
4 changes: 2 additions & 2 deletions libc/include/sys/time.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-types/struct_timeval.h"
#include "../llvm-libc-types/struct_timeval.h"

#include "llvm-libc-macros/sys-time-macros.h"
#include "../llvm-libc-macros/sys-time-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/include/sys/wait.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-macros/sys-wait-macros.h"
#include "../llvm-libc-macros/sys-wait-macros.h"

%%public_api()

Expand Down
2 changes: 1 addition & 1 deletion libc/utils/gpu/loader/Loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include "utils/gpu/server/llvmlibc_rpc_server.h"

#include "include/llvm-libc-types/rpc_opcodes_t.h"
#include "include/llvm-libc-types/test_rpc_opcodes_t.h"
#include "llvm-libc-types/rpc_opcodes_t.h"

#include <cstddef>
#include <cstdint>
Expand Down