blob: 4ac22d50f2cf6a04fda1d4f97f627610b21c92b0 (
plain)
1
2
3
4
5
6
|
o Code simplification and refactoring:
- The .may_include files that we use to describe our
directory-by-directory dependency structure now describe a noncircular
dependency graph over the directories that they cover.
Our checkIncludes.py tool now enforces this.
Closes ticket 28362.
|