[0/2] Includes ordering fix
mbox series

Message ID 20240610180855.1643125-1-mzamazal@redhat.com
Headers show
Series
  • Includes ordering fix
Related show

Message

Milan Zamazal June 10, 2024, 6:08 p.m. UTC
The autoformatter changes the ordering of includes in simple.cpp, partially correctly, partially wrong.  Let’s fix both.

Milan Zamazal (2):
  clang-format: Make Qt includes matching case sensitive
  libcamera: software_isp: Fix includes ordering in simple.cpp

 .clang-format                            | 1 +
 src/libcamera/pipeline/simple/simple.cpp | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)