Use C++-style <cstdio> instead of C-style <stdio.h>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-07-20 16:14:06 +00:00
parent 86ddcf9d4f
commit c5f9d8c630
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
#include "Support/DataTypes.h"
#include <cctype>
#include <cstdio>
#include <string>
#include <stdio.h>
namespace llvm {

View File

@ -16,8 +16,8 @@
#include "Support/DataTypes.h"
#include <cctype>
#include <cstdio>
#include <string>
#include <stdio.h>
namespace llvm {