Use C++-style <cstdio> instead of C-style <stdio.h>
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 16:14:06 +0000 (16:14 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 16:14:06 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15042 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/StringExtras.h
include/llvm/ADT/StringExtras.h

index ad7527b46963670cc85869fac24c6d3753782dee..fdf32272de823445d6deb5ac2effc991bcf74a1e 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "Support/DataTypes.h"
 #include <cctype>
+#include <cstdio>
 #include <string>
-#include <stdio.h>
 
 namespace llvm {
 
index ad7527b46963670cc85869fac24c6d3753782dee..fdf32272de823445d6deb5ac2effc991bcf74a1e 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "Support/DataTypes.h"
 #include <cctype>
+#include <cstdio>
 #include <string>
-#include <stdio.h>
 
 namespace llvm {