Skip to content

Commit

Permalink
clang-format: update include categories
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Apr 17, 2024
1 parent 7bd9522 commit 92848ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^".*'
Priority: -1
- Regex: '^<(br_|br/)'
- Regex: '^<(br_|br\.)'
Priority: 100
- Regex: '^<(rte_|event|ecoli|stb_|numa.h)'
Priority: 500
Expand Down
2 changes: 1 addition & 1 deletion modules/infra/control/graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "graph.h"

#include <br.h>
#include <br_api.h>
#include <br_control.h>
#include <br_datapath.h>
Expand All @@ -23,7 +24,6 @@
#include <rte_graph_worker.h>
#include <rte_hash.h>

#include <br.h>
#include <errno.h>
#include <stdatomic.h>
#include <sys/queue.h>
Expand Down

0 comments on commit 92848ee

Please sign in to comment.