diff options
Diffstat (limited to 'video-opencv')
| -rw-r--r-- | video-opencv/impl.hpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/video-opencv/impl.hpp b/video-opencv/impl.hpp index db569823..ed5499b0 100644 --- a/video-opencv/impl.hpp +++ b/video-opencv/impl.hpp @@ -8,18 +8,13 @@  #pragma once  #include "video/camera.hpp" -  #include <optional> - -#include <opencv2/core.hpp>  #include <opencv2/videoio.hpp>  namespace opencv_camera_impl {  using namespace video::impl; -struct cam; -  struct metadata : camera_  {      metadata(); | 
