We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74fef9 commit b7db160Copy full SHA for b7db160
tools/swift-reflection-fuzzer/swift-reflection-fuzzer.cpp
@@ -28,9 +28,9 @@
28
#include "llvm/Object/ELFObjectFile.h"
29
#include "llvm/Object/MachOUniversal.h"
30
#include "llvm/Support/CommandLine.h"
31
-#include <stdio.h>
32
-#include <stddef.h>
33
-#include <stdint.h>
+#include <cstdio>
+#include <cstddef>
+#include <cstdint>
34
35
#if defined(__APPLE__) && defined(__MACH__)
36
#include <TargetConditionals.h>
0 commit comments