From 8b1c191298182b1b7d588233799b394dcc3b7e17 Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Fri, 24 Nov 2023 14:08:38 +0000
Subject: [PATCH] Fix include order.

---
 .clang-format | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.clang-format b/.clang-format
index 72bcff11e2..28c73fe0e9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -98,6 +98,8 @@ IncludeCategories:
     Priority:        4
   - Regex:           '^("|<)boost'
     Priority:        5
+  - Regex:           '^<.*[^\.]h>'
+    Priority:        6
   - Regex:           '^<.*[^\.h]>'
     Priority:        6
   - Regex:           '^<.*>'
-- 
GitLab