diff options
-rw-r--r-- | include/Support/StringExtras.h | 2 | ||||
-rw-r--r-- | include/llvm/ADT/StringExtras.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/StringExtras.h b/include/Support/StringExtras.h index 51df4f19f6..ad7527b469 100644 --- a/include/Support/StringExtras.h +++ b/include/Support/StringExtras.h @@ -15,8 +15,8 @@ #define SUPPORT_STRINGEXTRAS_H #include "Support/DataTypes.h" +#include <cctype> #include <string> -#include <ctype.h> #include <stdio.h> namespace llvm { diff --git a/include/llvm/ADT/StringExtras.h b/include/llvm/ADT/StringExtras.h index 51df4f19f6..ad7527b469 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 <cctype> #include <string> -#include <ctype.h> #include <stdio.h> namespace llvm { |