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