Chromium Code Reviews| Index: third_party/sqlite/src/ext/fts2/fts2_porter.c |
| diff --git a/third_party/sqlite/src/ext/fts2/fts2_porter.c b/third_party/sqlite/src/ext/fts2/fts2_porter.c |
| index 97a95c872d318ccaa26bbee2ddbaa8696c059573..16620b93535e072863d106c39786de6c31a52e0b 100644 |
| --- a/third_party/sqlite/src/ext/fts2/fts2_porter.c |
| +++ b/third_party/sqlite/src/ext/fts2/fts2_porter.c |
| @@ -29,7 +29,6 @@ |
| #include <stdlib.h> |
| #include <stdio.h> |
| #include <string.h> |
| -#include <ctype.h> |
| #include "fts2_tokenizer.h" |