summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/pwl.h
diff options
context:
space:
mode:
authorMilan Zamazal <mzamazal@redhat.com>2024-09-02 17:42:00 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-09-02 21:50:55 +0300
commit552777c0dc53fe647ab4bcd729bc25d761a61f7c (patch)
treec9ada6d59af8e8712a8a58ad76dbd2555975a1c8 /src/ipa/libipa/pwl.h
parent682a3f1f7346a6d6f2f82ee19a1765124bfd5d69 (diff)
libcamera: libipa: Remove unused includes
The includes that are not used can be removed. And two identified missing includes (directly used but available only through other includes) are added. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/pwl.h')
-rw-r--r--src/ipa/libipa/pwl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ipa/libipa/pwl.h b/src/ipa/libipa/pwl.h
index b6f93494..d4ec9f4f 100644
--- a/src/ipa/libipa/pwl.h
+++ b/src/ipa/libipa/pwl.h
@@ -7,14 +7,11 @@
#pragma once
#include <algorithm>
-#include <cmath>
#include <functional>
#include <string>
#include <utility>
#include <vector>
-#include "libcamera/internal/yaml_parser.h"
-
#include "vector.h"
namespace libcamera {