libcamera: ipa: Drop unneded includes from ipa_interface.h

The ipa_interface.h file includes a number of headers that are not
directly used. Remove them, and add them to the source files that
include ipa_interface.h as required.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
This commit is contained in:
Laurent Pinchart
2024-09-03 01:11:19 +03:00
parent 0e333755ff
commit b318101ada
7 changed files with 18 additions and 7 deletions

View File

@@ -7,13 +7,6 @@
#pragma once
#include <libcamera/base/flags.h>
#include <libcamera/base/signal.h>
#include <libcamera/controls.h>
#include <libcamera/framebuffer.h>
#include <libcamera/geometry.h>
namespace libcamera {
/*