libcamera: Remove duplicated SortIncludes in .clang-format

`SortIncludes: true` was added in both commit ae05b9f9d0
("clang-format: Enable sorted includes") and commit 0e1ff86e78
("clang-format: Regroup sort orders"), which caused issues to run
clang-format.

Fixes: 0e1ff86e78 ("clang-format: Regroup sort orders")
Signed-off-by: Harvey Yang <chenghaoyang@chromium.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Harvey Yang 2023-08-01 08:07:04 +00:00 committed by Laurent Pinchart
parent 6cb92b523b
commit 960d0c1e19

View file

@ -66,7 +66,6 @@ ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
ForEachMacros:
- 'udev_list_entry_foreach'
SortIncludes: true
IncludeBlocks: Regroup
IncludeCategories:
# Headers matching the name of the component are matched automatically.