style: Add shared gem5 headers to the style checker
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 1 Aug 2017 17:12:55 +0000 (18:12 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 1 Aug 2017 18:27:06 +0000 (18:27 +0000)
commit58ee80947790fc28d922898fa164bcb734adce1f
tree737a5f8dfb9045455abdb43f7e68b87f9ac4d08a
parentc1dd17d33b0df54429e878ba8399cf5c51512f02
style: Add shared gem5 headers to the style checker

Teach the style checker about common headers living in gem5/. These
should be included after any global library headers (e.g., C headers
or STL headers), but before the normal gem5 headers.

Change-Id: I322f841420e361c16314be8fa4cbd1e86d2bfa9f
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4300
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
util/style/sort_includes.py