Skip to content

Commit

Permalink
solve issue 1165
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger committed May 18, 2017
1 parent 27bf9e2 commit 64b3bbb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ the use of this software, even if advised of the possibility of such damage.
#define __OPENCV_OPTFLOW_SPARSE_MATCHING_GPC_HPP__

#include "opencv2/core.hpp"
#include "opencv2/core/hal/intrin.hpp"
#include "opencv2/imgproc.hpp"

namespace cv
Expand Down
1 change: 0 additions & 1 deletion modules/optflow/src/dis_flow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
//
//M*/

#include "opencv2/core/hal/intrin.hpp"
#include "precomp.hpp"
#include "opencl_kernels_optflow.hpp"

Expand Down
1 change: 1 addition & 0 deletions modules/optflow/src/sparse_matching_gpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include "opencv2/imgcodecs.hpp"
#include "precomp.hpp"
#include "opencl_kernels_optflow.hpp"
#include "opencv2/core/hal/intrin.hpp"

/* Disable "from double to float" and "from size_t to int" warnings.
* Fixing these would make the code look ugly by introducing explicit cast all around.
Expand Down

0 comments on commit 64b3bbb

Please sign in to comment.