mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We currently use a mix of C standard includes (e.g. limits.h) and their C++ variants (e.g. climits) in //flutter/third_party/accessibility. This migrates to a consistent style for all cases where the C++ variants are acceptable. C equivalents remain in place only where they are required, such as in the embedder API and other headers that may be used from C. This commit is analogous to d03692449b014377b0a9f5aded075a9515a268db.