Index: third_party/re2/re2/parse.cc |
diff --git a/third_party/re2/re2/parse.cc b/third_party/re2/re2/parse.cc |
index 6423fe99889648d78384c6d896b47f10fe8dcd6e..0cf4ab411a9ce8853d5e60ebb06126b72424ca93 100644 |
--- a/third_party/re2/re2/parse.cc |
+++ b/third_party/re2/re2/parse.cc |
@@ -16,8 +16,6 @@ |
// and recognizes the Perl escape sequences \d, \s, \w, \D, \S, and \W. |
// See regexp.h for rationale. |
-#include <ctype.h> |
- |
#include "util/util.h" |
#include "re2/regexp.h" |
#include "re2/stringpiece.h" |