Move include fps_counter
The fps_counter is not used from video_buffer.
This commit is contained in:
parent
40cea1f677
commit
4ed3aa3604
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <libavformat/avformat.h>
|
||||
|
||||
#include "coords.h"
|
||||
#include "fps_counter.h"
|
||||
#include "opengl.h"
|
||||
#include "trait/frame_sink.h"
|
||||
#include "video_buffer.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "fps_counter.h"
|
||||
#include "util/thread.h"
|
||||
|
||||
// forward declarations
|
||||
|
|
Loading…
Reference in a new issue