mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-14 07:59:44 +03:00
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> |
||
---|---|---|
.. | ||
core_ipa_interface.h.tmpl | ||
core_ipa_serializer.h.tmpl | ||
definition_functions.tmpl | ||
meson.build | ||
module_ipa_interface.h.tmpl | ||
module_ipa_proxy.cpp.tmpl | ||
module_ipa_proxy.h.tmpl | ||
module_ipa_proxy_worker.cpp.tmpl | ||
module_ipa_serializer.h.tmpl | ||
proxy_functions.tmpl | ||
serializer.tmpl |