summaryrefslogtreecommitdiff
path: root/libc/src/stdio/gpu/putchar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/gpu/putchar.cpp')
-rw-r--r--libc/src/stdio/gpu/putchar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdio/gpu/putchar.cpp b/libc/src/stdio/gpu/putchar.cpp
index c49b02e2f1f1..da2d0a837619 100644
--- a/libc/src/stdio/gpu/putchar.cpp
+++ b/libc/src/stdio/gpu/putchar.cpp
@@ -7,10 +7,10 @@
//===----------------------------------------------------------------------===//
#include "src/stdio/putchar.h"
-#include "file.h"
-#include "src/__support/macros/config.h"
+#include "file.h"
#include "hdr/stdio_macros.h" // for EOF and stdout.
+#include "src/__support/common.h"
namespace LIBC_NAMESPACE_DECL {