refactoring

This commit is contained in:
Devaev Maxim
2020-12-27 02:41:47 +03:00
parent c352ed7f67
commit 3b223f5c49
10 changed files with 11 additions and 12 deletions

View File

@@ -29,8 +29,8 @@
#include <string.h>
#include <assert.h>
#include "../common/tools.h"
#include "../common/logging.h"
#include "tools.h"
#include "logging.h"
typedef struct {

View File

@@ -30,7 +30,7 @@
#include "../common/tools.h"
#include "../common/logging.h"
#include "frame.h"
#include "../common/frame.h"
#include "data/blank_jpeg.h"

View File

@@ -33,9 +33,9 @@
#include "../common/tools.h"
#include "../common/threading.h"
#include "../common/logging.h"
#include "../common/frame.h"
#include "device.h"
#include "frame.h"
#include "encoders/cpu/encoder.h"
#include "encoders/hw/encoder.h"

View File

@@ -32,7 +32,7 @@
#include <linux/videodev2.h>
#include "../../../common/tools.h"
#include "../../frame.h"
#include "../../../common/frame.h"
#include "../../device.h"

View File

@@ -31,8 +31,8 @@
#include "../../../common/tools.h"
#include "../../../common/logging.h"
#include "../../../common/frame.h"
#include "../../xioctl.h"
#include "../../frame.h"
#include "../../device.h"
#include "huffman.h"

View File

@@ -36,10 +36,10 @@
#include <IL/OMX_Broadcom.h>
#include <interface/vcos/vcos_semaphore.h>
#include "../../../common/logging.h"
#include "../../../common/tools.h"
#include "../../../common/logging.h"
#include "../../../common/frame.h"
#include "../../device.h"
#include "../../frame.h"
#include "formatters.h"
#include "component.h"

View File

@@ -57,8 +57,8 @@
#include "../../common/threading.h"
#include "../../common/logging.h"
#include "../../common/process.h"
#include "../../common/frame.h"
#include "../data/index_html.h"
#include "../frame.h"
#include "../encoder.h"
#include "../stream.h"
#ifdef WITH_GPIO

View File

@@ -36,12 +36,12 @@
#include "../common/config.h"
#include "../common/logging.h"
#include "../common/process.h"
#include "../common/frame.h"
#ifdef WITH_RAWSINK
# include "../rawsink/rawsink.h"
#endif
#include "device.h"
#include "frame.h"
#include "encoder.h"
#include "blank.h"
#include "stream.h"

View File

@@ -35,10 +35,9 @@
#include "../common/tools.h"
#include "../common/threading.h"
#include "../common/logging.h"
#include "../common/frame.h"
#include "blank.h"
#include "frame.h"
#include "device.h"
#include "encoder.h"
#ifdef WITH_RAWSINK