Move include fps_counter

The fps_counter is not used from video_buffer.
This commit is contained in:
Romain Vimont 2021-06-26 14:38:36 +02:00
parent 40cea1f677
commit 4ed3aa3604
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file

@ -5,7 +5,6 @@
#include <stdbool.h>
#include "fps_counter.h"
#include "util/thread.h"
// forward declarations