summaryrefslogtreecommitdiff
path: root/util/style/sort_includes.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/style/sort_includes.py')
-rw-r--r--util/style/sort_includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/style/sort_includes.py b/util/style/sort_includes.py
index 334d9e29e..a35b08468 100644
--- a/util/style/sort_includes.py
+++ b/util/style/sort_includes.py
@@ -169,8 +169,8 @@ class SortIncludes(object):
)
block_order = (
- ('main', ),
('python', ),
+ ('main', ),
('c', ),
('stl', ),
('cc', ),