Simplify camera_stream.h

This commit is contained in:
Kamil Trzcinski 2022-04-10 12:05:12 +02:00
parent 09845c2b89
commit fbca3f4104

View File

@ -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 <signal.h>
#include <unistd.h>
extern unsigned char html_index_html[];
extern unsigned int html_index_html_len;