Chris Bracken 3acbafcda1 Prefer C++ standard headers to their C counterpart (flutter/engine#25095)
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.
2021-03-19 09:30:29 -07:00
..