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 9
9
#ifndef LLVM_LIBC_TYPES_STRUCT_STATVFS_H
10
10
#define LLVM_LIBC_TYPES_STRUCT_STATVFS_H
11
11
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"
14
14
15
15
struct statvfs {
16
16
unsigned long f_bsize ; /* Filesystem block size */
Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_SRC_SYS_STATVFS_FSTATVFS_H
10
10
#define LLVM_LIBC_SRC_SYS_STATVFS_FSTATVFS_H
11
11
12
- #include " llvm-libc-types/struct_statvfs.h"
12
+ #include " include/ llvm-libc-types/struct_statvfs.h"
13
13
#include " src/__support/macros/config.h"
14
14
15
15
namespace LIBC_NAMESPACE_DECL {
Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_SRC_SYS_STATVFS_LINUX_STATFS_TO_STATVFS_H
10
10
#define LLVM_LIBC_SRC_SYS_STATVFS_LINUX_STATFS_TO_STATVFS_H
11
11
12
- #include " llvm-libc-types/struct_statvfs.h"
12
+ #include " include/ llvm-libc-types/struct_statvfs.h"
13
13
#include " src/__support/CPP/optional.h"
14
14
#include " src/__support/OSUtil/syscall.h"
15
15
#include " src/__support/macros/attributes.h"
Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_SRC_SYS_STATVFS_STATVFS_H
10
10
#define LLVM_LIBC_SRC_SYS_STATVFS_STATVFS_H
11
11
12
- #include " llvm-libc-types/struct_statvfs.h"
12
+ #include " include/ llvm-libc-types/struct_statvfs.h"
13
13
#include " src/__support/macros/config.h"
14
14
15
15
namespace LIBC_NAMESPACE_DECL {
You can’t perform that action at this time.
0 commit comments