ticket28362 314 B

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