(self, header_path)
| 756 | self.include_list[-1] = [] |
| 757 | |
| 758 | def SetLastHeader(self, header_path): |
| 759 | self._last_header = header_path |
| 760 | |
| 761 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 762 | """Returns a path canonicalized for alphabetical comparison. |