Closed
Description
- Version: master
- Subsystem: src
Just noticed this when doing #16122, clang-format
has a different idea of alphabetical orders and put -inl.h
includes before .h
includes. Is there a reason that we include them both? Usually including -inl.h
is enough because they should include .h
as well, and they should be self-contained.