diff options
| author | Amir Ayupov <aaupov@fb.com> | 2025-06-08 17:43:02 -0700 |
|---|---|---|
| committer | Amir Ayupov <aaupov@fb.com> | 2025-06-08 17:43:02 -0700 |
| commit | 68b99df7ad1b910378c8cda5afff637fbe3c0efc (patch) | |
| tree | 1d2e51419c3f89a0909603d355598c27f1a92d42 /libc/src/stdio/gpu/fgets.cpp | |
| parent | bbbecc425389aeb7b93d9018b40a95b389c27f40 (diff) | |
| parent | c480dcddd91e3ff0707d6629e6ddac8587d9d1f1 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-sort-entrydata
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'libc/src/stdio/gpu/fgets.cpp')
| -rw-r--r-- | libc/src/stdio/gpu/fgets.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libc/src/stdio/gpu/fgets.cpp b/libc/src/stdio/gpu/fgets.cpp index d90b7aa4aa66..5447e86d1c76 100644 --- a/libc/src/stdio/gpu/fgets.cpp +++ b/libc/src/stdio/gpu/fgets.cpp @@ -7,14 +7,13 @@ //===----------------------------------------------------------------------===// #include "src/stdio/fgets.h" -#include "file.h" -#include "src/__support/macros/config.h" -#include "src/stdio/feof.h" -#include "src/stdio/ferror.h" +#include "file.h" #include "hdr/stdio_macros.h" // for EOF. #include "hdr/types/FILE.h" -#include <stddef.h> +#include "src/__support/common.h" + +#include <stdint.h> namespace LIBC_NAMESPACE_DECL { |
