summaryrefslogtreecommitdiff
path: root/libc/src/stdio/gpu/fgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/gpu/fgets.cpp')
-rw-r--r--libc/src/stdio/gpu/fgets.cpp9
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 {