From 94d5ba335224db075a95a76654f732ef54a4eabd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 Dec 2022 01:04:07 +0100 Subject: Add video_{range,frame_type}.{cc,h} and remove some types.h includes. --- test/guess_crop_test.cc | 1 - test/test.h | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/guess_crop_test.cc b/test/guess_crop_test.cc index ed273254c..ccced0b3e 100644 --- a/test/guess_crop_test.cc +++ b/test/guess_crop_test.cc @@ -22,7 +22,6 @@ #include "lib/content.h" #include "lib/content_factory.h" #include "lib/guess_crop.h" -#include "lib/types.h" #include "lib/video_content.h" #include "test.h" #include diff --git a/test/test.h b/test/test.h index 8bcef0604..8399abf9a 100644 --- a/test/test.h +++ b/test/test.h @@ -19,12 +19,14 @@ */ -#include "lib/types.h" +#include "lib/video_frame_type.h" +#include #include #include #include +class Content; class Film; class Image; class Log; -- cgit v1.2.3