diff options
Diffstat (limited to 'libc/src/stdio/gpu/getchar.cpp')
| -rw-r--r-- | libc/src/stdio/gpu/getchar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdio/gpu/getchar.cpp b/libc/src/stdio/gpu/getchar.cpp index d99b97b5c5a0..7bf561fe6a90 100644 --- a/libc/src/stdio/gpu/getchar.cpp +++ b/libc/src/stdio/gpu/getchar.cpp @@ -7,10 +7,10 @@ //===----------------------------------------------------------------------===// #include "src/stdio/getchar.h" -#include "file.h" -#include "src/__support/macros/config.h" +#include "file.h" #include "hdr/stdio_macros.h" // for EOF and stdin. +#include "src/__support/common.h" namespace LIBC_NAMESPACE_DECL { |
