File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_TYPES_STRUCT_STATVFS_H
1010#define LLVM_LIBC_TYPES_STRUCT_STATVFS_H
1111
12- #include <llvm-libc-types/ fsblkcnt_t.h>
13- #include <llvm-libc-types/ fsfilcnt_t.h>
12+ #include " fsblkcnt_t.h"
13+ #include " fsfilcnt_t.h"
1414
1515struct statvfs {
1616 unsigned long f_bsize ; /* Filesystem block size */
Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC_SYS_STATVFS_FSTATVFS_H
1010#define LLVM_LIBC_SRC_SYS_STATVFS_FSTATVFS_H
1111
12- #include " llvm-libc-types/struct_statvfs.h"
12+ #include " include/ llvm-libc-types/struct_statvfs.h"
1313#include " src/__support/macros/config.h"
1414
1515namespace LIBC_NAMESPACE_DECL {
Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC_SYS_STATVFS_LINUX_STATFS_TO_STATVFS_H
1010#define LLVM_LIBC_SRC_SYS_STATVFS_LINUX_STATFS_TO_STATVFS_H
1111
12- #include " llvm-libc-types/struct_statvfs.h"
12+ #include " include/ llvm-libc-types/struct_statvfs.h"
1313#include " src/__support/CPP/optional.h"
1414#include " src/__support/OSUtil/syscall.h"
1515#include " src/__support/macros/attributes.h"
Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC_SYS_STATVFS_STATVFS_H
1010#define LLVM_LIBC_SRC_SYS_STATVFS_STATVFS_H
1111
12- #include " llvm-libc-types/struct_statvfs.h"
12+ #include " include/ llvm-libc-types/struct_statvfs.h"
1313#include " src/__support/macros/config.h"
1414
1515namespace LIBC_NAMESPACE_DECL {
You can’t perform that action at this time.
0 commit comments