(self, header_path)
| 1148 | self.include_list[-1] = [] |
| 1149 | |
| 1150 | def SetLastHeader(self, header_path): |
| 1151 | self._last_header = header_path |
| 1152 | |
| 1153 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 1154 | """Returns a path canonicalized for alphabetical comparison. |