summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/style/sort_includes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/style/sort_includes.py b/util/style/sort_includes.py
index cb88fec2d..39b3a13e0 100644
--- a/util/style/sort_includes.py
+++ b/util/style/sort_includes.py
@@ -160,6 +160,7 @@ class SortIncludes(object):
('python', '<>', _include_matcher_fname("^Python\.h$")),
('pybind', '""', _include_matcher_fname("^pybind11/.*\.h$",
delim='""')),
+ ('m5shared', '<>', _include_matcher_fname("^gem5/")),
('c', '<>', _include_matcher_fname("^.*\.h$")),
('stl', '<>', _include_matcher_fname("^\w+$")),
('cc', '<>', _include_matcher_fname("^.*\.(hh|hxx|hpp|H)$")),
@@ -177,6 +178,7 @@ class SortIncludes(object):
('c', ),
('stl', ),
('cc', ),
+ ('m5shared', ),
('m5header', ),
('swig0', 'swig1', 'swig2', 'swig3', ),
)