diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-08-23 21:56:37 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-09-21 13:50:42 +0300 |
commit | beed258a5a3f6a690c6774d37815527fe60375eb (patch) | |
tree | bccdc90f22b38f661c26a717ba38226159bf3b17 /test/camera/capture.cpp | |
parent | 2fa4ba01ffa2984e85ca77fce1430b6ae86ae84f (diff) |
test: Include specific headers instead of libcamera.h
Let's only pull required headers, to avoid slowing compilation down.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/camera/capture.cpp')
-rw-r--r-- | test/camera/capture.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp index eb67bf2d..51bbd258 100644 --- a/test/camera/capture.cpp +++ b/test/camera/capture.cpp @@ -7,6 +7,10 @@ #include <iostream> +#include <libcamera/event_dispatcher.h> +#include <libcamera/framebuffer_allocator.h> +#include <libcamera/timer.h> + #include "camera_test.h" #include "test.h" |