summaryrefslogtreecommitdiff
path: root/test/guess_crop_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-13 01:04:07 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-13 01:11:42 +0100
commit94d5ba335224db075a95a76654f732ef54a4eabd (patch)
treed7937d18579769be088424fdc6d1fa79c5d0a5c1 /test/guess_crop_test.cc
parent53d472f6e4531586fb91e649c386fdfaecb6ecaf (diff)
Add video_{range,frame_type}.{cc,h} and remove some types.h includes.
Diffstat (limited to 'test/guess_crop_test.cc')
-rw-r--r--test/guess_crop_test.cc1
1 files changed, 0 insertions, 1 deletions
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 <boost/test/unit_test.hpp>