From f305d88712a0857fdbff30e60acfb67d8c449411 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Fri, 2 Jun 2023 12:40:04 +0200
Subject: [PATCH] Clang-format: add ordering rules for two more Flesnest
 headers

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

diff --git a/.clang-format b/.clang-format
index c7526acf06..7b2366f332 100644
--- a/.clang-format
+++ b/.clang-format
@@ -82,6 +82,10 @@ IncludeCategories:
     Priority:        1
   - Regex:           '^("|<).*slice'
     Priority:        2
+  - Regex:           '^("|<)Monitor.hpp'
+    Priority:        2
+  - Regex:           '^("|<)System.hpp'
+    Priority:        2
   - Regex:           '^("|<)Fair'
     Priority:        3
   - Regex:           '^("|<)Logger.h'
-- 
GitLab