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>
This commit is contained in:
Laurent Pinchart 2020-08-23 21:56:37 +03:00
parent 2fa4ba01ff
commit beed258a5a
6 changed files with 16 additions and 2 deletions

View file

@ -7,6 +7,8 @@
#include <iostream>
#include <libcamera/framebuffer_allocator.h>
#include "camera_test.h"
#include "test.h"