From fceaa7f3e2095a21170bcf5f113bac45cf89b91d Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Mon, 10 Jun 2024 20:08:50 +0200 Subject: libcamera: software_isp: Fix includes ordering in simple.cpp Let's make it conforming to the defined clang-format. Signed-off-by: Milan Zamazal Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- src/libcamera/pipeline/simple/simple.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index db3575c3..eb36578e 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -38,7 +38,6 @@ #include "libcamera/internal/v4l2_subdevice.h" #include "libcamera/internal/v4l2_videodevice.h" - namespace libcamera { LOG_DEFINE_CATEGORY(SimplePipeline) -- cgit v1.2.1