From fbca3f4104ebc09a55d8b6ee58b196d0955ed9da Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sun, 10 Apr 2022 12:05:12 +0200 Subject: [PATCH] Simplify `camera_stream.h` --- cmd/camera_stream.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cmd/camera_stream.c b/cmd/camera_stream.c index 0420ba8..0370e59 100644 --- a/cmd/camera_stream.c +++ b/cmd/camera_stream.c @@ -1,13 +1,10 @@ -#include "device/buffer.h" -#include "device/buffer_list.h" -#include "device/device.h" -#include "device/links.h" -#include "device/hw/v4l2.h" #include "http/http.h" #include "opts/opts.h" +#include "opts/log.h" #include "device/camera/camera.h" #include +#include extern unsigned char html_index_html[]; extern unsigned int html_index_html_len;