Commit 855da69bde3e420efa890c9b25c93d7c5166e8bd
1 parent
d5d8f4ed
Don't need opencvutils
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/mask.cpp
| @@ -17,7 +17,6 @@ | @@ -17,7 +17,6 @@ | ||
| 17 | #include <opencv2/imgproc/imgproc.hpp> | 17 | #include <opencv2/imgproc/imgproc.hpp> |
| 18 | #include <opencv2/imgproc/imgproc_c.h> | 18 | #include <opencv2/imgproc/imgproc_c.h> |
| 19 | #include "openbr_internal.h" | 19 | #include "openbr_internal.h" |
| 20 | -#include "openbr/core/opencvutils.h" | ||
| 21 | 20 | ||
| 22 | using namespace cv; | 21 | using namespace cv; |
| 23 | 22 |