Teach the include sorting script about the gtest headers; sort them with

the system headers.

llvm-svn: 169242
This commit is contained in:
Chandler Carruth 2012-12-04 09:44:38 +00:00
parent 8675b4af77
commit ed09f456e7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def sort_includes(f):
api_headers.append(header)
look_for_api_header = False
continue
if header.startswith('<'):
if header.startswith('<') or header.startswith('"gtest/'):
system_headers.append(header)
continue
if (header.startswith('"llvm/') or header.startswith('"llvm-c/') or