Files
external_libcamera/utils
Laurent Pinchart d5c9b726bd libcamera: signal: Replace object.h inclusion with forward declatation
The signal.h header doesn't need to include object.h. Replace it with a
forward declaration, and instead include object.h in source files that
require it. It can speed up compilation a little bit, but more
importantly avoids unintended dependencies from the Signal class to the
Object class to be added later as the compiler will catch them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
2024-01-25 02:38:59 +02:00
..
2023-07-04 20:25:10 +01:00
2021-11-24 12:19:03 +00:00
2022-10-13 12:40:24 +01:00
2022-10-13 12:40:23 +01:00