From: Misha Brukman Date: Tue, 20 Jul 2004 02:18:25 +0000 (+0000) Subject: Dump the old-fashioned C-style in favor of new `C++'-style X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=913e1b4bddb9674a3c03e6726579217ede134775;p=oota-llvm.git Dump the old-fashioned C-style in favor of new `C++'-style git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15025 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/StringExtras.h b/include/Support/StringExtras.h index 51df4f19f6c..ad7527b4696 100644 --- a/include/Support/StringExtras.h +++ b/include/Support/StringExtras.h @@ -15,8 +15,8 @@ #define SUPPORT_STRINGEXTRAS_H #include "Support/DataTypes.h" +#include #include -#include #include namespace llvm { diff --git a/include/llvm/ADT/StringExtras.h b/include/llvm/ADT/StringExtras.h index 51df4f19f6c..ad7527b4696 100644 --- a/include/llvm/ADT/StringExtras.h +++ b/include/llvm/ADT/StringExtras.h @@ -15,8 +15,8 @@ #define SUPPORT_STRINGEXTRAS_H #include "Support/DataTypes.h" +#include #include -#include #include namespace llvm {