Remove useless includes from decoder.c
This commit is contained in:
parent
6231f683af
commit
a09733d175
1 changed files with 0 additions and 5 deletions
|
@ -1,14 +1,9 @@
|
||||||
#include "decoder.h"
|
#include "decoder.h"
|
||||||
|
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
#include <libavutil/time.h>
|
|
||||||
#include <SDL2/SDL_events.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "events.h"
|
#include "events.h"
|
||||||
#include "recorder.h"
|
|
||||||
#include "video_buffer.h"
|
#include "video_buffer.h"
|
||||||
#include "util/buffer_util.h"
|
|
||||||
#include "util/log.h"
|
#include "util/log.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue