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