Skip to content

Commit

Permalink
Bug 1349064 - Sort std-headers. r=froydnj
Browse files Browse the repository at this point in the history
  • Loading branch information
kdashg committed Feb 21, 2019
1 parent 0458c3d commit cd538fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/stl-headers.mozbuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ stl_headers = [
# throwing exceptions
'algorithm',
'atomic',
'cassert',
'climits',
'cmath',
'cstdarg',
'cstdio',
'cstdlib',
'cstring',
'cwchar',
'deque',
'functional',
'ios',
Expand All @@ -39,19 +47,11 @@ stl_headers = [
'stack',
'string',
'thread',
'tuple',
'type_traits',
'unordered_map',
'unordered_set',
'utility',
'vector',
'cassert',
'climits',
'cmath',
'cstdarg',
'cstdio',
'cstdlib',
'cstring',
'cwchar',
'tuple',
'xutility',
]

0 comments on commit cd538fe

Please sign in to comment.