From 4ed3aa3604d0e78ef8b134bb94258efa672eb330 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 26 Jun 2021 14:38:36 +0200 Subject: [PATCH] Move include fps_counter The fps_counter is not used from video_buffer. --- app/src/screen.h | 1 + app/src/video_buffer.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/screen.h b/app/src/screen.h index e2a43da7..8acabebe 100644 --- a/app/src/screen.h +++ b/app/src/screen.h @@ -8,6 +8,7 @@ #include #include "coords.h" +#include "fps_counter.h" #include "opengl.h" #include "trait/frame_sink.h" #include "video_buffer.h" diff --git a/app/src/video_buffer.h b/app/src/video_buffer.h index b957bf1e..c4d1d1a4 100644 --- a/app/src/video_buffer.h +++ b/app/src/video_buffer.h @@ -5,7 +5,6 @@ #include -#include "fps_counter.h" #include "util/thread.h" // forward declarations