(self, header_path)
| 1159 | self.include_list[-1] = [] |
| 1160 | |
| 1161 | def SetLastHeader(self, header_path): |
| 1162 | self._last_header = header_path |
| 1163 | |
| 1164 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 1165 | """Returns a path canonicalized for alphabetical comparison. |