diff options
Diffstat (limited to 'libc/src/stdio/gpu/ftell.cpp')
| -rw-r--r-- | libc/src/stdio/gpu/ftell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdio/gpu/ftell.cpp b/libc/src/stdio/gpu/ftell.cpp index 04bb0ddfa06a..7ee33d7b05d9 100644 --- a/libc/src/stdio/gpu/ftell.cpp +++ b/libc/src/stdio/gpu/ftell.cpp @@ -7,10 +7,10 @@ //===----------------------------------------------------------------------===// #include "src/stdio/ftell.h" -#include "file.h" -#include "src/__support/macros/config.h" +#include "file.h" #include "hdr/types/FILE.h" +#include "src/__support/common.h" namespace LIBC_NAMESPACE_DECL { |
