diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-20 16:14:06 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-20 16:14:06 +0000 |
commit | c5f9d8c63097d21147ff13b1395a0590b6b38e25 (patch) | |
tree | 4a796fd763de55a5c59b397968070ce4590023c1 /include/Support/StringExtras.h | |
parent | 86ddcf9d4feabad01359e487382fb96c60407c4e (diff) |
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
Diffstat (limited to 'include/Support/StringExtras.h')
-rw-r--r-- | include/Support/StringExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/StringExtras.h b/include/Support/StringExtras.h index ad7527b469..fdf32272de 100644 --- a/include/Support/StringExtras.h +++ b/include/Support/StringExtras.h @@ -16,8 +16,8 @@ #include "Support/DataTypes.h" #include <cctype> +#include <cstdio> #include <string> -#include <stdio.h> namespace llvm { |