mirror of
https://github.com/corda/corda.git
synced 2025-02-07 19:40:25 +00:00
This is necessary to avoid name conflicts on various platforms. For example, iOS has its own util.h, and Windows has a process.h. By including our version as e.g. "avian/util.h", we avoid confusion with the system version.