summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/StringExtras.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-20 16:14:06 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-20 16:14:06 +0000
commit3475be9a621e0c2db442fc9be6e390f6f0f793d5 (patch)
tree673a95a954019207f1222143ec35579074c24d5d /llvm/include/Support/StringExtras.h
parent4aab086eda49ede867b5a16b386c813280a0ebc3 (diff)
downloadbcm5719-llvm-3475be9a621e0c2db442fc9be6e390f6f0f793d5.tar.gz
bcm5719-llvm-3475be9a621e0c2db442fc9be6e390f6f0f793d5.zip
Use C++-style <cstdio> instead of C-style <stdio.h>
llvm-svn: 15042
Diffstat (limited to 'llvm/include/Support/StringExtras.h')
-rw-r--r--llvm/include/Support/StringExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/StringExtras.h b/llvm/include/Support/StringExtras.h
index ad7527b4696..fdf32272de8 100644
--- a/llvm/include/Support/StringExtras.h
+++ b/llvm/include/Support/StringExtras.h
@@ -16,8 +16,8 @@
#include "Support/DataTypes.h"
#include <cctype>
+#include <cstdio>
#include <string>
-#include <stdio.h>
namespace llvm {
OpenPOWER on IntegriCloud