Commit a6cd8369f5c572133edbd6d9c41680d08fe195d4
1 parent
6293aebe
removed old debug include
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/ltp.cpp
| @@ -17,7 +17,6 @@ | @@ -17,7 +17,6 @@ | ||
| 17 | #include <opencv2/imgproc/imgproc.hpp> | 17 | #include <opencv2/imgproc/imgproc.hpp> |
| 18 | #include <limits> | 18 | #include <limits> |
| 19 | #include "openbr_internal.h" | 19 | #include "openbr_internal.h" |
| 20 | -#include <iostream> | ||
| 21 | 20 | ||
| 22 | using namespace cv; | 21 | using namespace cv; |
| 23 | 22 |